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: #3b7e9b;
}
.color-2 {
color: #61b3a1;
}
.color-3 {
color: #8ee6b6;
}
.color-4 {
color: #f5e2a3;
}
.color-5 {
color: #f18d3b;
}

/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #61b3a1;
--color-3: #8ee6b6;
--color-4: #f5e2a3;
--color-5: #f18d3b;
}

CSS del degradado de fondo Coastal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #61b3a1, #8ee6b6, #f5e2a3, #f18d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #61b3a1, #8ee6b6, #f5e2a3, #f18d3b);
}

Coastal Serenity color palette created on .