Paleta de colores Serenity in the Storm

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity in the Storm palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity in the Storm

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #6ca0b7;
}
.color-3 {
color: #508b95;
}
.color-4 {
color: #2f6b7f;
}
.color-5 {
color: #1b4c65;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #6ca0b7;
--color-3: #508b95;
--color-4: #2f6b7f;
--color-5: #1b4c65;
}

CSS del degradado de fondo Serenity in the Storm

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #6ca0b7, #508b95, #2f6b7f, #1b4c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #6ca0b7, #508b95, #2f6b7f, #1b4c65);
}

Serenity in the Storm color palette created on .