Paleta de colores Shades of Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green

/* CSS */
.color-1 {
color: #aaebee;
}
.color-2 {
color: #74e5f1;
}
.color-3 {
color: #f8bfd9;
}
.color-4 {
color: #ef9ac4;
}
.color-5 {
color: #dc749a;
}

/* CSS Variables */
:root {
--color-1: #aaebee;
--color-2: #74e5f1;
--color-3: #f8bfd9;
--color-4: #ef9ac4;
--color-5: #dc749a;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aaebee, #74e5f1, #f8bfd9, #ef9ac4, #dc749a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aaebee, #74e5f1, #f8bfd9, #ef9ac4, #dc749a);
}

Shades of Green color palette created on .