Paleta de colores Coastal Serenity Palette
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coastal Serenity Palette palette
Image Gallery

CSS de la paleta de colores Coastal Serenity Palette
/* CSS */
.color-1 {
color: #dfe0dc;
}
.color-2 {
color: #94b2bc;
}
.color-3 {
color: #d29a4b;
}
.color-4 {
color: #80a3b3;
}
.color-5 {
color: #5d8392;
}
/* CSS Variables */
:root {
--color-1: #dfe0dc;
--color-2: #94b2bc;
--color-3: #d29a4b;
--color-4: #80a3b3;
--color-5: #5d8392;
}
CSS del degradado de fondo Coastal Serenity Palette
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe0dc, #94b2bc, #d29a4b, #80a3b3, #5d8392);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe0dc, #94b2bc, #d29a4b, #80a3b3, #5d8392);
}
Paletas de colores similares
Coastal Serenity Palette color palette created on .