Aster Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aster Dreams palette
Aster Dreams color palette CSS
/* CSS */
.color-1 {
color: #4b2d8f;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #9c79d8;
}
.color-4 {
color: #b29ee0;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #4b2d8f;
--color-2: #6a5bcd;
--color-3: #9c79d8;
--color-4: #b29ee0;
--color-5: #f1c84b;
}
Aster Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2d8f, #6a5bcd, #9c79d8, #b29ee0, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2d8f, #6a5bcd, #9c79d8, #b29ee0, #f1c84b);
}
Similar color palettes
Aster Dreams color palette created on .