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