Turquoise Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Beach palette
Turquoise Beach color palette CSS
/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #00e0d1;
}
.color-4 {
color: #80e0a0;
}
.color-5 {
color: #ffad42;
}
/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #00bdd6;
--color-3: #00e0d1;
--color-4: #80e0a0;
--color-5: #ffad42;
}
Turquoise Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #00bdd6, #00e0d1, #80e0a0, #ffad42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #00bdd6, #00e0d1, #80e0a0, #ffad42);
}
Similar color palettes
Turquoise Beach color palette created on .