Serene Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Sunset palette

Condividi questa palette a:

tavolozza dei colori Serene Sunset CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f2b178;
}
.color-3 {
color: #f6d9a7;
}
.color-4 {
color: #f69898;
}
.color-5 {
color: #a94c4c;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f2b178;
--color-3: #f6d9a7;
--color-4: #f69898;
--color-5: #a94c4c;
}

CSS con gradiente di sfondo Serene Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f2b178, #f6d9a7, #f69898, #a94c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f2b178, #f6d9a7, #f69898, #a94c4c);
}

Serene Sunset color palette created on .