Paleta de colores Depths of Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Depths of Serenity palette
CSS de la paleta de colores Depths of Serenity
/* CSS */
.color-1 {
color: #0b0967;
}
.color-2 {
color: #0d5696;
}
.color-3 {
color: #1e9deb;
}
.color-4 {
color: #82dcf7;
}
.color-5 {
color: #b0f2fc;
}
/* CSS Variables */
:root {
--color-1: #0b0967;
--color-2: #0d5696;
--color-3: #1e9deb;
--color-4: #82dcf7;
--color-5: #b0f2fc;
}
CSS del degradado de fondo Depths of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b0967, #0d5696, #1e9deb, #82dcf7, #b0f2fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b0967, #0d5696, #1e9deb, #82dcf7, #b0f2fc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Azul
Depths of Serenity color palette created on .