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