Serene Harbor Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Harbor palette

Condividi questa palette a:

tavolozza dei colori Serene Harbor CSS

/* CSS */
.color-1 {
color: #94b092;
}
.color-2 {
color: #20314b;
}
.color-3 {
color: #5b716e;
}
.color-4 {
color: #a6c9b9;
}
.color-5 {
color: #afd1e4;
}

/* CSS Variables */
:root {
--color-1: #94b092;
--color-2: #20314b;
--color-3: #5b716e;
--color-4: #a6c9b9;
--color-5: #afd1e4;
}

CSS con gradiente di sfondo Serene Harbor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b092, #20314b, #5b716e, #a6c9b9, #afd1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b092, #20314b, #5b716e, #a6c9b9, #afd1e4);
}

Serene Harbor color palette created on .