Turquoise Astra Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Astra palette
Turquoise Astra color palette CSS
/* CSS */
.color-1 {
color: #77d6f9;
}
.color-2 {
color: #62efea;
}
.color-3 {
color: #48dbcf;
}
.color-4 {
color: #38c2bf;
}
.color-5 {
color: #2daaae;
}
/* CSS Variables */
:root {
--color-1: #77d6f9;
--color-2: #62efea;
--color-3: #48dbcf;
--color-4: #38c2bf;
--color-5: #2daaae;
}
Turquoise Astra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #77d6f9, #62efea, #48dbcf, #38c2bf, #2daaae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #77d6f9, #62efea, #48dbcf, #38c2bf, #2daaae);
}
Similar color palettes
Turquoise Astra color palette created on .