Serenity by the Shore Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity by the Shore palette

Condividi questa palette a:

tavolozza dei colori Serenity by the Shore CSS

/* CSS */
.color-1 {
color: #59827c;
}
.color-2 {
color: #94c2b2;
}
.color-3 {
color: #b5dedc;
}
.color-4 {
color: #f4eadc;
}
.color-5 {
color: #ebb6b2;
}

/* CSS Variables */
:root {
--color-1: #59827c;
--color-2: #94c2b2;
--color-3: #b5dedc;
--color-4: #f4eadc;
--color-5: #ebb6b2;
}

CSS con gradiente di sfondo Serenity by the Shore

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59827c, #94c2b2, #b5dedc, #f4eadc, #ebb6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59827c, #94c2b2, #b5dedc, #f4eadc, #ebb6b2);
}

Serenity by the Shore color palette created on .