Paleta de colores Coastal Serenity Palette

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coastal Serenity Palette palette

Compartir esta paleta en:

CSS de la paleta de colores Coastal Serenity Palette

/* CSS */
.color-1 {
color: #d7d6d0;
}
.color-2 {
color: #92aeb5;
}
.color-3 {
color: #6198ae;
}
.color-4 {
color: #567581;
}
.color-5 {
color: #604f29;
}

/* CSS Variables */
:root {
--color-1: #d7d6d0;
--color-2: #92aeb5;
--color-3: #6198ae;
--color-4: #567581;
--color-5: #604f29;
}

CSS del degradado de fondo Coastal Serenity Palette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d6d0, #92aeb5, #6198ae, #567581, #604f29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d6d0, #92aeb5, #6198ae, #567581, #604f29);
}

Coastal Serenity Palette color palette created on .