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: #f9e42f;
}
.color-2 {
color: #f6d25a;
}
.color-3 {
color: #f3b87c;
}
.color-4 {
color: #f1a4a2;
}
.color-5 {
color: #e76a6a;
}

/* CSS Variables */
:root {
--color-1: #f9e42f;
--color-2: #f6d25a;
--color-3: #f3b87c;
--color-4: #f1a4a2;
--color-5: #e76a6a;
}

CSS del degradado de fondo Citrus Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e42f, #f6d25a, #f3b87c, #f1a4a2, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e42f, #f6d25a, #f3b87c, #f1a4a2, #e76a6a);
}

Citrus Serenade color palette created on .