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