Paleta de colores Serenity of the Himalayas
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity of the Himalayas palette
CSS de la paleta de colores Serenity of the Himalayas
/* CSS */
.color-1 {
color: #2a4b6a;
}
.color-2 {
color: #4b8e9b;
}
.color-3 {
color: #6db2b6;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #ff8b42;
}
/* CSS Variables */
:root {
--color-1: #2a4b6a;
--color-2: #4b8e9b;
--color-3: #6db2b6;
--color-4: #a8e6cf;
--color-5: #ff8b42;
}
CSS del degradado de fondo Serenity of the Himalayas
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4b6a, #4b8e9b, #6db2b6, #a8e6cf, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4b6a, #4b8e9b, #6db2b6, #a8e6cf, #ff8b42);
}
Paletas de colores similares
Serenity of the Himalayas color palette created on .