Serene Tides Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Tides palette

Condividi questa palette a:

tavolozza dei colori Serene Tides CSS

/* CSS */
.color-1 {
color: #2a7c92;
}
.color-2 {
color: #4eb7b1;
}
.color-3 {
color: #78e8c8;
}
.color-4 {
color: #a2f1d7;
}
.color-5 {
color: #e5fae0;
}

/* CSS Variables */
:root {
--color-1: #2a7c92;
--color-2: #4eb7b1;
--color-3: #78e8c8;
--color-4: #a2f1d7;
--color-5: #e5fae0;
}

CSS con gradiente di sfondo Serene Tides

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7c92, #4eb7b1, #78e8c8, #a2f1d7, #e5fae0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7c92, #4eb7b1, #78e8c8, #a2f1d7, #e5fae0);
}

Serene Tides color palette created on .