Blushing Sunrise Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blushing Sunrise palette
tavolozza dei colori Blushing Sunrise CSS
/* CSS */
.color-1 {
color: #f1eee4;
}
.color-2 {
color: #e8b7a1;
}
.color-3 {
color: #f1998e;
}
.color-4 {
color: #f15b5b;
}
.color-5 {
color: #d4423a;
}
/* CSS Variables */
:root {
--color-1: #f1eee4;
--color-2: #e8b7a1;
--color-3: #f1998e;
--color-4: #f15b5b;
--color-5: #d4423a;
}
CSS con gradiente di sfondo Blushing Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1eee4, #e8b7a1, #f1998e, #f15b5b, #d4423a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1eee4, #e8b7a1, #f1998e, #f15b5b, #d4423a);
}
Tavolozze di colori simili
Blushing Sunrise color palette created on .