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