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: #4f7d73;
}
.color-2 {
color: #6bb8a3;
}
.color-3 {
color: #a6e3d2;
}
.color-4 {
color: #f0b4a8;
}
.color-5 {
color: #f76969;
}

/* CSS Variables */
:root {
--color-1: #4f7d73;
--color-2: #6bb8a3;
--color-3: #a6e3d2;
--color-4: #f0b4a8;
--color-5: #f76969;
}

CSS del degradado de fondo Coastal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d73, #6bb8a3, #a6e3d2, #f0b4a8, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d73, #6bb8a3, #a6e3d2, #f0b4a8, #f76969);
}

Coastal Serenity color palette created on .