Paleta de colores Sinclaire's Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sinclaire's Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sinclaire's Serenade

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #65afb3;
}
.color-5 {
color: #f06090;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #65afb3;
--color-5: #f06090;
}

CSS del degradado de fondo Sinclaire's Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffd54d, #65afb3, #f06090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffd54d, #65afb3, #f06090);
}

Sinclaire's Serenade color palette created on .