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