Shades of Pink and Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink and Teal palette
Shades of Pink and Teal color palette CSS
/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f4d48a;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #7bc6c4;
}
.color-5 {
color: #4e8d8d;
}
/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f4d48a;
--color-3: #a7d7b8;
--color-4: #7bc6c4;
--color-5: #4e8d8d;
}
Shades of Pink and Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f4d48a, #a7d7b8, #7bc6c4, #4e8d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f4d48a, #a7d7b8, #7bc6c4, #4e8d8d);
}
Similar color palettes
Scroll down to explore 300+ Light color palettes
Shades of Pink and Teal color palette created on .