Paleta de colores Sage and Pink Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sage and Pink Dream palette
CSS de la paleta de colores Sage and Pink Dream
/* CSS */
.color-1 {
color: #d5c8b3;
}
.color-2 {
color: #f5e5e0;
}
.color-3 {
color: #b6e0ae;
}
.color-4 {
color: #e2a6b2;
}
.color-5 {
color: #c5d8cf;
}
/* CSS Variables */
:root {
--color-1: #d5c8b3;
--color-2: #f5e5e0;
--color-3: #b6e0ae;
--color-4: #e2a6b2;
--color-5: #c5d8cf;
}
CSS del degradado de fondo Sage and Pink Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c8b3, #f5e5e0, #b6e0ae, #e2a6b2, #c5d8cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c8b3, #f5e5e0, #b6e0ae, #e2a6b2, #c5d8cf);
}
Paletas de colores similares
Sage and Pink Dream color palette created on .