Hypnotizing Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hypnotizing Teal palette
Hypnotizing Teal color palette CSS
/* CSS */
.color-1 {
color: #1e8f6f;
}
.color-2 {
color: #3caf9a;
}
.color-3 {
color: #5dc1c6;
}
.color-4 {
color: #8e5bbe;
}
.color-5 {
color: #d06c9e;
}
/* CSS Variables */
:root {
--color-1: #1e8f6f;
--color-2: #3caf9a;
--color-3: #5dc1c6;
--color-4: #8e5bbe;
--color-5: #d06c9e;
}
Hypnotizing Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8f6f, #3caf9a, #5dc1c6, #8e5bbe, #d06c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8f6f, #3caf9a, #5dc1c6, #8e5bbe, #d06c9e);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Hypnotizing Teal color palette created on .