Paleta de colores Serenity by the River
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity by the River palette
CSS de la paleta de colores Serenity by the River
/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #d3e7f3;
}
.color-4 {
color: #f3d2a5;
}
.color-5 {
color: #f6b3a2;
}
/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #a3c7e0;
--color-3: #d3e7f3;
--color-4: #f3d2a5;
--color-5: #f6b3a2;
}
CSS del degradado de fondo Serenity by the River
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #a3c7e0, #d3e7f3, #f3d2a5, #f6b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #a3c7e0, #d3e7f3, #f3d2a5, #f6b3a2);
}
Paletas de colores similares
Serenity by the River color palette created on .