Teal Fondant Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Fondant palette
Teal Fondant color palette CSS
/* CSS */
.color-1 {
color: #94f5f5;
}
.color-2 {
color: #b0f7f7;
}
.color-3 {
color: #bdf8fa;
}
.color-4 {
color: #dafbfa;
}
.color-5 {
color: #ecfefd;
}
/* CSS Variables */
:root {
--color-1: #94f5f5;
--color-2: #b0f7f7;
--color-3: #bdf8fa;
--color-4: #dafbfa;
--color-5: #ecfefd;
}
Teal Fondant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94f5f5, #b0f7f7, #bdf8fa, #dafbfa, #ecfefd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94f5f5, #b0f7f7, #bdf8fa, #dafbfa, #ecfefd);
}
Similar color palettes
Teal Fondant color palette created on .