Sunset Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Pink palette

Condividi questa palette a:

tavolozza dei colori Sunset Pink CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b4ab;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #5c2d7b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b4ab;
--color-3: #f9e59f;
--color-4: #6ed4cf;
--color-5: #5c2d7b;
}

CSS con gradiente di sfondo Sunset Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b4ab, #f9e59f, #6ed4cf, #5c2d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b4ab, #f9e59f, #6ed4cf, #5c2d7b);
}

Sunset Pink color palette created on .