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