Blush of Stardust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush of Stardust palette
Blush of Stardust color palette CSS
/* CSS */
.color-1 {
color: #edd3cf;
}
.color-2 {
color: #d8bcb6;
}
.color-3 {
color: #cfa7a5;
}
.color-4 {
color: #bd989a;
}
.color-5 {
color: #ac8686;
}
/* CSS Variables */
:root {
--color-1: #edd3cf;
--color-2: #d8bcb6;
--color-3: #cfa7a5;
--color-4: #bd989a;
--color-5: #ac8686;
}
Blush of Stardust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd3cf, #d8bcb6, #cfa7a5, #bd989a, #ac8686);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd3cf, #d8bcb6, #cfa7a5, #bd989a, #ac8686);
}
Similar color palettes
Blush of Stardust color palette created on .