Coastal Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coastal Serenity palette

Condividi questa palette a:

tavolozza dei colori Coastal Serenity CSS

/* 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 con gradiente di sfondo 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 .