Serene Sunset Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Sunset Serenade palette

Condividi questa palette a:

tavolozza dei colori Serene Sunset Serenade CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #4b8d91;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #f9aeae;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9dc5;
--color-3: #4b8d91;
--color-4: #f5c99e;
--color-5: #f9aeae;
}

CSS con gradiente di sfondo Serene Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9dc5, #4b8d91, #f5c99e, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9dc5, #4b8d91, #f5c99e, #f9aeae);
}

Serene Sunset Serenade color palette created on .