Paleta de colores Seaside Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seaside Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Seaside Serenity

/* CSS */
.color-1 {
color: #f0e4b2;
}
.color-2 {
color: #f6d9a7;
}
.color-3 {
color: #f9b99f;
}
.color-4 {
color: #f49fbe;
}
.color-5 {
color: #e76e95;
}

/* CSS Variables */
:root {
--color-1: #f0e4b2;
--color-2: #f6d9a7;
--color-3: #f9b99f;
--color-4: #f49fbe;
--color-5: #e76e95;
}

CSS del degradado de fondo Seaside Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e4b2, #f6d9a7, #f9b99f, #f49fbe, #e76e95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e4b2, #f6d9a7, #f9b99f, #f49fbe, #e76e95);
}

Seaside Serenity color palette created on .