# Getting Started
CDN
Currently, it is not suggested that you use the Aurora UI CDN. For using the library, consider cloning the Github Repo
To get started with Aurora UI
,paste the following links inside the <head>
tag of your website:
<!-- Aurora CSS -->
<link
rel="stylesheet"
href="https://raw.githubusercontent.com/Japroz-Saini/Aurora-UI/master/src/Aurora.css"
/>
<!-- Aurora JS -->
<script src="https://raw.githubusercontent.com/Japroz-Saini/Aurora-UI/master/src/Aurora.js"></script>
# Basic Starter Template
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aurora UI</title>
<link
rel="stylesheet"
href="https://raw.githubusercontent.com/Japroz-Saini/Aurora-UI/master/src/Aurora.css"
/>
</head>
<body>
<button class="btn-dark">This is a button</button>
<script src="https://raw.githubusercontent.com/Japroz-Saini/Aurora-UI/master/src/Aurora.js"></script>
</body>
</html>
# Colors
Aurora UI has six basic color themes named as below:
primary
navy
dark
lemon
success
danger