Pink Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sunset palette

Condividi questa palette a:

tavolozza dei colori Pink Sunset CSS

/* CSS */
.color-1 {
color: #ffb8d8;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #fc923b;
}
.color-5 {
color: #f9d36c;
}

/* CSS Variables */
:root {
--color-1: #ffb8d8;
--color-2: #ff7092;
--color-3: #ff4d4f;
--color-4: #fc923b;
--color-5: #f9d36c;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8d8, #ff7092, #ff4d4f, #fc923b, #f9d36c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8d8, #ff7092, #ff4d4f, #fc923b, #f9d36c);
}

Pink Sunset color palette created on .