Paleta de colores Stormy Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Stormy Serenity palette
CSS de la paleta de colores Stormy Serenity
/* CSS */
.color-1 {
color: #8a7b7d;
}
.color-2 {
color: #b4979b;
}
.color-3 {
color: #e4b4c2;
}
.color-4 {
color: #f6d3c6;
}
.color-5 {
color: #f8e0d8;
}
/* CSS Variables */
:root {
--color-1: #8a7b7d;
--color-2: #b4979b;
--color-3: #e4b4c2;
--color-4: #f6d3c6;
--color-5: #f8e0d8;
}
CSS del degradado de fondo Stormy Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a7b7d, #b4979b, #e4b4c2, #f6d3c6, #f8e0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a7b7d, #b4979b, #e4b4c2, #f6d3c6, #f8e0d8);
}
Paletas de colores similares
Stormy Serenity color palette created on .