Tides of Time Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tides of Time palette

Condividi questa palette a:

tavolozza dei colori Tides of Time CSS

/* CSS */
.color-1 {
color: #3c909f;
}
.color-2 {
color: #4bb9b4;
}
.color-3 {
color: #60e2e2;
}
.color-4 {
color: #f6c69d;
}
.color-5 {
color: #f17b5b;
}

/* CSS Variables */
:root {
--color-1: #3c909f;
--color-2: #4bb9b4;
--color-3: #60e2e2;
--color-4: #f6c69d;
--color-5: #f17b5b;
}

CSS con gradiente di sfondo Tides of Time

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c909f, #4bb9b4, #60e2e2, #f6c69d, #f17b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c909f, #4bb9b4, #60e2e2, #f6c69d, #f17b5b);
}

Tides of Time color palette created on .