Coastal Serenity Palette Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coastal Serenity Palette palette

Condividi questa palette a:

tavolozza dei colori Coastal Serenity Palette CSS

/* CSS */
.color-1 {
color: #f3eac4;
}
.color-2 {
color: #788b97;
}
.color-3 {
color: #6a8390;
}
.color-4 {
color: #607e8a;
}
.color-5 {
color: #597888;
}

/* CSS Variables */
:root {
--color-1: #f3eac4;
--color-2: #788b97;
--color-3: #6a8390;
--color-4: #607e8a;
--color-5: #597888;
}

CSS con gradiente di sfondo Coastal Serenity Palette

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eac4, #788b97, #6a8390, #607e8a, #597888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eac4, #788b97, #6a8390, #607e8a, #597888);
}

Coastal Serenity Palette color palette created on .