Turquoise Crystal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Crystal palette
Turquoise Crystal color palette CSS
/* CSS */
.color-1 {
color: #a9e5e0;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #f3c4d3;
}
.color-4 {
color: #f6b4a2;
}
.color-5 {
color: #f9cf5d;
}
/* CSS Variables */
:root {
--color-1: #a9e5e0;
--color-2: #b3e0e6;
--color-3: #f3c4d3;
--color-4: #f6b4a2;
--color-5: #f9cf5d;
}
Turquoise Crystal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5e0, #b3e0e6, #f3c4d3, #f6b4a2, #f9cf5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5e0, #b3e0e6, #f3c4d3, #f6b4a2, #f9cf5d);
}
Similar color palettes
Turquoise Crystal color palette created on .