Vibrant Pink and Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Pink and Teal palette
Vibrant Pink and Teal color palette CSS
/* CSS */
.color-1 {
color: #d053a6;
}
.color-2 {
color: #4d6da8;
}
.color-3 {
color: #2ebd8b;
}
.color-4 {
color: #f5b342;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #d053a6;
--color-2: #4d6da8;
--color-3: #2ebd8b;
--color-4: #f5b342;
--color-5: #e94e77;
}
Vibrant Pink and Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d053a6, #4d6da8, #2ebd8b, #f5b342, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d053a6, #4d6da8, #2ebd8b, #f5b342, #e94e77);
}
Similar color palettes
Vibrant Pink and Teal color palette created on .