Paleta de colores Sugared Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sugared Green palette

Compartir esta paleta en:

CSS de la paleta de colores Sugared Green

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #b1f1b1;
}
.color-3 {
color: #ffdd94;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #b1f1b1;
--color-3: #ffdd94;
--color-4: #ffadad;
--color-5: #ff667d;
}

CSS del degradado de fondo Sugared Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #b1f1b1, #ffdd94, #ffadad, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #b1f1b1, #ffdd94, #ffadad, #ff667d);
}

Sugared Green color palette created on .