Aster Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aster palette

Share this palette to:

Aster color palette CSS

/* CSS */
.color-1 {
color: #705f77;
}
.color-2 {
color: #a893b8;
}
.color-3 {
color: #cfc8d5;
}
.color-4 {
color: #e8e3e7;
}
.color-5 {
color: #f4f1f2;
}

/* CSS Variables */
:root {
--color-1: #705f77;
--color-2: #a893b8;
--color-3: #cfc8d5;
--color-4: #e8e3e7;
--color-5: #f4f1f2;
}

Aster background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #705f77, #a893b8, #cfc8d5, #e8e3e7, #f4f1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #705f77, #a893b8, #cfc8d5, #e8e3e7, #f4f1f2);
}

Aster color palette created on .