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