Tides of Tranquility Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tides of Tranquility palette

Condividi questa palette a:

tavolozza dei colori Tides of Tranquility CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6a1;
}
.color-4 {
color: #a4e5d8;
}
.color-5 {
color: #eff0e5;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00d6a1;
--color-4: #a4e5d8;
--color-5: #eff0e5;
}

CSS con gradiente di sfondo Tides of Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00d6a1, #a4e5d8, #eff0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00d6a1, #a4e5d8, #eff0e5);
}

Tides of Tranquility color palette created on .