Paleta de colores Carcassi's Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Carcassi's Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Carcassi's Serenade

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #ffc861;
}
.color-3 {
color: #6f9fd3;
}
.color-4 {
color: #4e7e7e;
}
.color-5 {
color: #2b4c7d;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #ffc861;
--color-3: #6f9fd3;
--color-4: #4e7e7e;
--color-5: #2b4c7d;
}

CSS del degradado de fondo Carcassi's Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #ffc861, #6f9fd3, #4e7e7e, #2b4c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #ffc861, #6f9fd3, #4e7e7e, #2b4c7d);
}

Carcassi's Serenade color palette created on .