Paleta de colores Coastal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coastal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Coastal Serenity

/* CSS */
.color-1 {
color: #3c4443;
}
.color-2 {
color: #5d7470;
}
.color-3 {
color: #a8c2c1;
}
.color-4 {
color: #f2e2d4;
}
.color-5 {
color: #ebd6c1;
}

/* CSS Variables */
:root {
--color-1: #3c4443;
--color-2: #5d7470;
--color-3: #a8c2c1;
--color-4: #f2e2d4;
--color-5: #ebd6c1;
}

CSS del degradado de fondo Coastal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c4443, #5d7470, #a8c2c1, #f2e2d4, #ebd6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c4443, #5d7470, #a8c2c1, #f2e2d4, #ebd6c1);
}

Coastal Serenity color palette created on .