Teal Wisp Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Wisp palette
Teal Wisp color palette CSS
/* CSS */
.color-1 {
color: #b7e4f0;
}
.color-2 {
color: #a3d5e0;
}
.color-3 {
color: #7cb5c0;
}
.color-4 {
color: #4b8b95;
}
.color-5 {
color: #2d707c;
}
/* CSS Variables */
:root {
--color-1: #b7e4f0;
--color-2: #a3d5e0;
--color-3: #7cb5c0;
--color-4: #4b8b95;
--color-5: #2d707c;
}
Teal Wisp background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e4f0, #a3d5e0, #7cb5c0, #4b8b95, #2d707c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e4f0, #a3d5e0, #7cb5c0, #4b8b95, #2d707c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Teal Wisp color palette created on .