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