Paleta de colores Shades of Shamrock
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Shamrock palette
CSS de la paleta de colores Shades of Shamrock
/* CSS */
.color-1 {
color: #33cc99;
}
.color-2 {
color: #66d6b1;
}
.color-3 {
color: #98e1c9;
}
.color-4 {
color: #c3f4e1;
}
.color-5 {
color: #e5ffed;
}
/* CSS Variables */
:root {
--color-1: #33cc99;
--color-2: #66d6b1;
--color-3: #98e1c9;
--color-4: #c3f4e1;
--color-5: #e5ffed;
}
CSS del degradado de fondo Shades of Shamrock
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33cc99, #66d6b1, #98e1c9, #c3f4e1, #e5ffed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33cc99, #66d6b1, #98e1c9, #c3f4e1, #e5ffed);
}
Paletas de colores similares
Shades of Shamrock color palette created on .