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