Paleta de colores Sage Green and Red Notes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sage Green and Red Notes palette
CSS de la paleta de colores Sage Green and Red Notes
/* CSS */
.color-1 {
color: #9bc08c;
}
.color-2 {
color: #7d9b6f;
}
.color-3 {
color: #d29393;
}
.color-4 {
color: #b04a4a;
}
.color-5 {
color: #f1c6c6;
}
/* CSS Variables */
:root {
--color-1: #9bc08c;
--color-2: #7d9b6f;
--color-3: #d29393;
--color-4: #b04a4a;
--color-5: #f1c6c6;
}
CSS del degradado de fondo Sage Green and Red Notes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bc08c, #7d9b6f, #d29393, #b04a4a, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bc08c, #7d9b6f, #d29393, #b04a4a, #f1c6c6);
}
Paletas de colores similares
Sage Green and Red Notes color palette created on .