Paleta de colores Serenity in the Storm
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity in the Storm palette
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Estético
Serenity in the Storm color palette created on .