Teal and Lavender Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Lavender Dream palette
Teal and Lavender Dream color palette CSS
/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #a7bae2;
}
.color-3 {
color: #d7c1e2;
}
.color-4 {
color: #f1b1d8;
}
.color-5 {
color: #f8c9d4;
}
/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #a7bae2;
--color-3: #d7c1e2;
--color-4: #f1b1d8;
--color-5: #f8c9d4;
}
Teal and Lavender Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #a7bae2, #d7c1e2, #f1b1d8, #f8c9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #a7bae2, #d7c1e2, #f1b1d8, #f8c9d4);
}
Similar color palettes
Teal and Lavender Dream color palette created on .