Pink and Teal Fizz Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Teal Fizz palette
Pink and Teal Fizz color palette CSS
/* CSS */
.color-1 {
color: #f7a1a3;
}
.color-2 {
color: #f8d86d;
}
.color-3 {
color: #93e1d7;
}
.color-4 {
color: #3e8e86;
}
.color-5 {
color: #1f5150;
}
/* CSS Variables */
:root {
--color-1: #f7a1a3;
--color-2: #f8d86d;
--color-3: #93e1d7;
--color-4: #3e8e86;
--color-5: #1f5150;
}
Pink and Teal Fizz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a3, #f8d86d, #93e1d7, #3e8e86, #1f5150);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a3, #f8d86d, #93e1d7, #3e8e86, #1f5150);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Pink and Teal Fizz color palette created on .