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: #c3d5d0;
}
.color-2 {
color: #a2b9b0;
}
.color-3 {
color: #79a0a4;
}
.color-4 {
color: #4e8b8d;
}
.color-5 {
color: #2f6c6f;
}

/* CSS Variables */
:root {
--color-1: #c3d5d0;
--color-2: #a2b9b0;
--color-3: #79a0a4;
--color-4: #4e8b8d;
--color-5: #2f6c6f;
}

CSS del degradado de fondo Seaside Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d5d0, #a2b9b0, #79a0a4, #4e8b8d, #2f6c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d5d0, #a2b9b0, #79a0a4, #4e8b8d, #2f6c6f);
}

Seaside Serenity color palette created on .