Aurora Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aurora Dreams palette
Aurora Dreams color palette PNG image
Aurora Dreams color palette CSS
/* CSS */
.color-1 {
color: #4ad964;
}
.color-2 {
color: #2ab7b5;
}
.color-3 {
color: #009e9e;
}
.color-4 {
color: #0077b3;
}
.color-5 {
color: #005a8a;
}
/* CSS Variables */
:root {
--color-1: #4ad964;
--color-2: #2ab7b5;
--color-3: #009e9e;
--color-4: #0077b3;
--color-5: #005a8a;
}
Aurora Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ad964, #2ab7b5, #009e9e, #0077b3, #005a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ad964, #2ab7b5, #009e9e, #0077b3, #005a8a);
}
Similar color palettes
Aurora Dreams color palette created on .