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