Turquoise Kingfisher Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Kingfisher palette

Share this palette to:

Turquoise Kingfisher color palette 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;
}

Turquoise Kingfisher background gradient CSS

/* 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);
}

Turquoise Kingfisher color palette created on .