Paleta de colores Verdant Serenity Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Serenity Dreamscape palette
CSS de la paleta de colores Verdant Serenity Dreamscape
/* CSS */
.color-1 {
color: #f8fcf9;
}
.color-2 {
color: #c0ef48;
}
.color-3 {
color: #49e4a6;
}
.color-4 {
color: #67e723;
}
.color-5 {
color: #6d8d72;
}
/* CSS Variables */
:root {
--color-1: #f8fcf9;
--color-2: #c0ef48;
--color-3: #49e4a6;
--color-4: #67e723;
--color-5: #6d8d72;
}
CSS del degradado de fondo Verdant Serenity Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcf9, #c0ef48, #49e4a6, #67e723, #6d8d72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcf9, #c0ef48, #49e4a6, #67e723, #6d8d72);
}
Paletas de colores similares
Verdant Serenity Dreamscape color palette created on .