Paleta de colores Clementine Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Clementine Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Clementine Sunshine

/* CSS */
.color-1 {
color: #eb6d00;
}
.color-2 {
color: #f69e23;
}
.color-3 {
color: #f6da3c;
}
.color-4 {
color: #a7d6a4;
}
.color-5 {
color: #5b9a6f;
}

/* CSS Variables */
:root {
--color-1: #eb6d00;
--color-2: #f69e23;
--color-3: #f6da3c;
--color-4: #a7d6a4;
--color-5: #5b9a6f;
}

CSS del degradado de fondo Clementine Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb6d00, #f69e23, #f6da3c, #a7d6a4, #5b9a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb6d00, #f69e23, #f6da3c, #a7d6a4, #5b9a6f);
}

Clementine Sunshine color palette created on .