Tranquil Horizons Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Tranquil Horizons palette
tavolozza dei colori Tranquil Horizons CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #e6d5b3;
}
.color-3 {
color: #b6d8c3;
}
.color-4 {
color: #699b8d;
}
.color-5 {
color: #3b9b9b;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #e6d5b3;
--color-3: #b6d8c3;
--color-4: #699b8d;
--color-5: #3b9b9b;
}
CSS con gradiente di sfondo Tranquil Horizons
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #e6d5b3, #b6d8c3, #699b8d, #3b9b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #e6d5b3, #b6d8c3, #699b8d, #3b9b9b);
}
Tavolozze di colori simili
Tranquil Horizons color palette created on .