Blushing Sunsets Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Sunsets palette

Condividi questa palette a:

tavolozza dei colori Blushing Sunsets CSS

/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f5d1e0;
}
.color-4 {
color: #f4c76c;
}
.color-5 {
color: #f1a76a;
}

/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f5a3b8;
--color-3: #f5d1e0;
--color-4: #f4c76c;
--color-5: #f1a76a;
}

CSS con gradiente di sfondo Blushing Sunsets

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f5a3b8, #f5d1e0, #f4c76c, #f1a76a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f5a3b8, #f5d1e0, #f4c76c, #f1a76a);
}

Blushing Sunsets color palette created on .