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: #f9b1ae;
}
.color-2 {
color: #f2d2ca;
}
.color-3 {
color: #e1b7d1;
}
.color-4 {
color: #c5e7c8;
}
.color-5 {
color: #a5d6e3;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f2d2ca;
--color-3: #e1b7d1;
--color-4: #c5e7c8;
--color-5: #a5d6e3;
}

CSS del degradado de fondo Seashell Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f2d2ca, #e1b7d1, #c5e7c8, #a5d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f2d2ca, #e1b7d1, #c5e7c8, #a5d6e3);
}

Seashell Serenade color palette created on .