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: #3f6961;
}
.color-2 {
color: #80b3a2;
}
.color-3 {
color: #a7d7d4;
}
.color-4 {
color: #f2e5d4;
}
.color-5 {
color: #e6a7a2;
}

/* CSS Variables */
:root {
--color-1: #3f6961;
--color-2: #80b3a2;
--color-3: #a7d7d4;
--color-4: #f2e5d4;
--color-5: #e6a7a2;
}

CSS con gradiente di sfondo Serenity by the Shore

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f6961, #80b3a2, #a7d7d4, #f2e5d4, #e6a7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f6961, #80b3a2, #a7d7d4, #f2e5d4, #e6a7a2);
}

Serenity by the Shore color palette created on .