Paleta de colores Citrus Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Citrus Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Citrus Serenade

/* CSS */
.color-1 {
color: #f9e79f;
}
.color-2 {
color: #f7d54a;
}
.color-3 {
color: #fbc02d;
}
.color-4 {
color: #e6b22d;
}
.color-5 {
color: #d6a400;
}

/* CSS Variables */
:root {
--color-1: #f9e79f;
--color-2: #f7d54a;
--color-3: #fbc02d;
--color-4: #e6b22d;
--color-5: #d6a400;
}

CSS del degradado de fondo Citrus Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e79f, #f7d54a, #fbc02d, #e6b22d, #d6a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e79f, #f7d54a, #fbc02d, #e6b22d, #d6a400);
}

Citrus Serenade color palette created on .