Paleta de colores Soft Green and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Green and Blue palette
CSS de la paleta de colores Soft Green and Blue
/* CSS */
.color-1 {
color: #cde8b5;
}
.color-2 {
color: #91e2fd;
}
.color-3 {
color: #b1e7da;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #cde8b5;
--color-2: #91e2fd;
--color-3: #b1e7da;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
CSS del degradado de fondo Soft Green and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cde8b5, #91e2fd, #b1e7da, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cde8b5, #91e2fd, #b1e7da, #ffb84d, #ff6e61);
}
Paletas de colores similares
Soft Green and Blue color palette created on .