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: #ff6c5c;
}
.color-2 {
color: #ff978a;
}
.color-3 {
color: #ffb5a8;
}
.color-4 {
color: #ffdcd1;
}
.color-5 {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff978a;
--color-3: #ffb5a8;
--color-4: #ffdcd1;
--color-5: #ffe5e0;
}
CSS con gradiente di sfondo Blushing Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff978a, #ffb5a8, #ffdcd1, #ffe5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff978a, #ffb5a8, #ffdcd1, #ffe5e0);
}
Tavolozze di colori simili
Blushing Sunset color palette created on .