Teal Fairy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Fairy palette
Teal Fairy color palette CSS
/* CSS */
.color-1 {
color: #f1a7d7;
}
.color-2 {
color: #a6e8d0;
}
.color-3 {
color: #4dbdd1;
}
.color-4 {
color: #2f8fbc;
}
.color-5 {
color: #2b5c8c;
}
/* CSS Variables */
:root {
--color-1: #f1a7d7;
--color-2: #a6e8d0;
--color-3: #4dbdd1;
--color-4: #2f8fbc;
--color-5: #2b5c8c;
}
Teal Fairy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7d7, #a6e8d0, #4dbdd1, #2f8fbc, #2b5c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7d7, #a6e8d0, #4dbdd1, #2f8fbc, #2b5c8c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Teal Fairy color palette created on .