Turquoise Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Serenity palette
Turquoise Serenity color palette CSS
/* CSS */
.color-1 {
color: #05afb8;
}
.color-2 {
color: #2fc4c6;
}
.color-3 {
color: #6be1df;
}
.color-4 {
color: #a5f3f3;
}
.color-5 {
color: #e5ffff;
}
/* CSS Variables */
:root {
--color-1: #05afb8;
--color-2: #2fc4c6;
--color-3: #6be1df;
--color-4: #a5f3f3;
--color-5: #e5ffff;
}
Turquoise Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05afb8, #2fc4c6, #6be1df, #a5f3f3, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05afb8, #2fc4c6, #6be1df, #a5f3f3, #e5ffff);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Turquoise Serenity color palette created on .