Colorful Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Colorful Sunset palette

Condividi questa palette a:

tavolozza dei colori Colorful Sunset CSS

/* CSS */
.color-1 {
color: #fc7388;
}
.color-2 {
color: #fca983;
}
.color-3 {
color: #fccf83;
}
.color-4 {
color: #bee2fe;
}
.color-5 {
color: #40abfc;
}

/* CSS Variables */
:root {
--color-1: #fc7388;
--color-2: #fca983;
--color-3: #fccf83;
--color-4: #bee2fe;
--color-5: #40abfc;
}

CSS con gradiente di sfondo Colorful Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc7388, #fca983, #fccf83, #bee2fe, #40abfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc7388, #fca983, #fccf83, #bee2fe, #40abfc);
}

Colorful Sunset color palette created on .