Teal Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Breeze palette
Teal Breeze color palette CSS
/* CSS */
.color-1 {
color: #a7c8c8;
}
.color-2 {
color: #b4e4e4;
}
.color-3 {
color: #d0f1f1;
}
.color-4 {
color: #f0fffe;
}
.color-5 {
color: #e0b2b2;
}
/* CSS Variables */
:root {
--color-1: #a7c8c8;
--color-2: #b4e4e4;
--color-3: #d0f1f1;
--color-4: #f0fffe;
--color-5: #e0b2b2;
}
Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8c8, #b4e4e4, #d0f1f1, #f0fffe, #e0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8c8, #b4e4e4, #d0f1f1, #f0fffe, #e0b2b2);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Breeze color palette created on .