Paleta de colores Shades of Rosy Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Rosy Green palette
CSS de la paleta de colores Shades of Rosy Green
/* CSS */
.color-1 {
color: #4d9d8d;
}
.color-2 {
color: #a1d9b0;
}
.color-3 {
color: #f1c6c6;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #b65d9c;
}
/* CSS Variables */
:root {
--color-1: #4d9d8d;
--color-2: #a1d9b0;
--color-3: #f1c6c6;
--color-4: #f9aeae;
--color-5: #b65d9c;
}
CSS del degradado de fondo Shades of Rosy Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d8d, #a1d9b0, #f1c6c6, #f9aeae, #b65d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d8d, #a1d9b0, #f1c6c6, #f9aeae, #b65d9c);
}
Paletas de colores similares
Shades of Rosy Green color palette created on .