Tears of the Kingdom Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Tears of the Kingdom palette
tavolozza dei colori Tears of the Kingdom CSS
/* CSS */
.color-1 {
color: #a9d9a1;
}
.color-2 {
color: #69ab8d;
}
.color-3 {
color: #4c907a;
}
.color-4 {
color: #2e7f63;
}
.color-5 {
color: #1d5e4d;
}
/* CSS Variables */
:root {
--color-1: #a9d9a1;
--color-2: #69ab8d;
--color-3: #4c907a;
--color-4: #2e7f63;
--color-5: #1d5e4d;
}
CSS con gradiente di sfondo Tears of the Kingdom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9a1, #69ab8d, #4c907a, #2e7f63, #1d5e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9a1, #69ab8d, #4c907a, #2e7f63, #1d5e4d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Verde
Tears of the Kingdom color palette created on .