Turquoise Comet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Comet palette

Share this palette to:

Turquoise Comet color palette CSS

/* CSS */
.color-1 {
color: #1e8bb3;
}
.color-2 {
color: #4ab6c9;
}
.color-3 {
color: #8ae0d2;
}
.color-4 {
color: #f2e9a1;
}
.color-5 {
color: #f6a165;
}

/* CSS Variables */
:root {
--color-1: #1e8bb3;
--color-2: #4ab6c9;
--color-3: #8ae0d2;
--color-4: #f2e9a1;
--color-5: #f6a165;
}

Turquoise Comet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8bb3, #4ab6c9, #8ae0d2, #f2e9a1, #f6a165);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8bb3, #4ab6c9, #8ae0d2, #f2e9a1, #f6a165);
}

Turquoise Comet color palette created on .