Teal and Pink Fusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Pink Fusion palette
Teal and Pink Fusion color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #8c24a8;
}
.color-5 {
color: #cbdc38;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff4281;
--color-3: #ffd500;
--color-4: #8c24a8;
--color-5: #cbdc38;
}
Teal and Pink Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff4281, #ffd500, #8c24a8, #cbdc38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff4281, #ffd500, #8c24a8, #cbdc38);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Teal and Pink Fusion color palette created on .