Paleta de colores Serenity Spectrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity Spectrum palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity Spectrum

/* CSS */
.color-1 {
color: #f6a579;
}
.color-2 {
color: #f3d86d;
}
.color-3 {
color: #9fdfc6;
}
.color-4 {
color: #5b9eae;
}
.color-5 {
color: #4d5b9d;
}

/* CSS Variables */
:root {
--color-1: #f6a579;
--color-2: #f3d86d;
--color-3: #9fdfc6;
--color-4: #5b9eae;
--color-5: #4d5b9d;
}

CSS del degradado de fondo Serenity Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a579, #f3d86d, #9fdfc6, #5b9eae, #4d5b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a579, #f3d86d, #9fdfc6, #5b9eae, #4d5b9d);
}

Serenity Spectrum color palette created on .