Trusting Tides Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Trusting Tides palette
tavolozza dei colori Trusting Tides CSS
/* CSS */
.color-1 {
color: #1e7b99;
}
.color-2 {
color: #4bb9a9;
}
.color-3 {
color: #8fe0aa;
}
.color-4 {
color: #f1e39d;
}
.color-5 {
color: #f1a26a;
}
/* CSS Variables */
:root {
--color-1: #1e7b99;
--color-2: #4bb9a9;
--color-3: #8fe0aa;
--color-4: #f1e39d;
--color-5: #f1a26a;
}
CSS con gradiente di sfondo Trusting Tides
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b99, #4bb9a9, #8fe0aa, #f1e39d, #f1a26a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b99, #4bb9a9, #8fe0aa, #f1e39d, #f1a26a);
}
Tavolozze di colori simili
Trusting Tides color palette created on .