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