Teal Relaxation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Relaxation palette
Teal Relaxation color palette CSS
/* CSS */
.color-1 {
color: #a1d9cf;
}
.color-2 {
color: #a7e6db;
}
.color-3 {
color: #b4f3e1;
}
.color-4 {
color: #f1e9da;
}
.color-5 {
color: #f6d0d0;
}
/* CSS Variables */
:root {
--color-1: #a1d9cf;
--color-2: #a7e6db;
--color-3: #b4f3e1;
--color-4: #f1e9da;
--color-5: #f6d0d0;
}
Teal Relaxation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9cf, #a7e6db, #b4f3e1, #f1e9da, #f6d0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9cf, #a7e6db, #b4f3e1, #f1e9da, #f6d0d0);
}
Similar color palettes
Teal Relaxation color palette created on .