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: #f7d6a1;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #39305a;
}
/* CSS Variables */
:root {
--color-1: #f7d6a1;
--color-2: #ffadad;
--color-3: #ff667d;
--color-4: #d4a5a5;
--color-5: #39305a;
}
CSS con gradiente di sfondo Pink Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6a1, #ffadad, #ff667d, #d4a5a5, #39305a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6a1, #ffadad, #ff667d, #d4a5a5, #39305a);
}
Tavolozze di colori simili
Pink Sunset color palette created on .