Paleta de colores Seashell Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seashell Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Seashell Serenade

/* CSS */
.color-1 {
color: #f9b39f;
}
.color-2 {
color: #f9c28b;
}
.color-3 {
color: #f9e0ae;
}
.color-4 {
color: #f2bae0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f9b39f;
--color-2: #f9c28b;
--color-3: #f9e0ae;
--color-4: #f2bae0;
--color-5: #ff6e61;
}

CSS del degradado de fondo Seashell Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b39f, #f9c28b, #f9e0ae, #f2bae0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b39f, #f9c28b, #f9e0ae, #f2bae0, #ff6e61);
}

Seashell Serenade color palette created on .