Turquoise Kingfisher Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Turquoise Kingfisher palette
tavolozza dei colori Turquoise Kingfisher CSS
/* CSS */
.color-1 {
color: #1e7e9f;
}
.color-2 {
color: #3bb4c4;
}
.color-3 {
color: #56d1d7;
}
.color-4 {
color: #82e3e3;
}
.color-5 {
color: #a1f7f7;
}
/* CSS Variables */
:root {
--color-1: #1e7e9f;
--color-2: #3bb4c4;
--color-3: #56d1d7;
--color-4: #82e3e3;
--color-5: #a1f7f7;
}
CSS con gradiente di sfondo Turquoise Kingfisher
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7e9f, #3bb4c4, #56d1d7, #82e3e3, #a1f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7e9f, #3bb4c4, #56d1d7, #82e3e3, #a1f7f7);
}
Tavolozze di colori simili
Turquoise Kingfisher color palette created on .