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: #cfdce8;
}
.color-2 {
color: #b2cad7;
}
.color-3 {
color: #91adb1;
}
.color-4 {
color: #698c88;
}
.color-5 {
color: #0d9bbf;
}

/* CSS Variables */
:root {
--color-1: #cfdce8;
--color-2: #b2cad7;
--color-3: #91adb1;
--color-4: #698c88;
--color-5: #0d9bbf;
}

CSS del degradado de fondo Coastal Serenity Palette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfdce8, #b2cad7, #91adb1, #698c88, #0d9bbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfdce8, #b2cad7, #91adb1, #698c88, #0d9bbf);
}

Coastal Serenity Palette color palette created on .