Shades of Pink and Black Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink and Black palette
Shades of Pink and Black color palette CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff66b3;
}
.color-3 {
color: #4d4d4d;
}
.color-4 {
color: #ffccff;
}
.color-5 {
color: #ff99cc;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff66b3;
--color-3: #4d4d4d;
--color-4: #ffccff;
--color-5: #ff99cc;
}
Shades of Pink and Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff66b3, #4d4d4d, #ffccff, #ff99cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff66b3, #4d4d4d, #ffccff, #ff99cc);
}
Similar color palettes
- Vibrant Drive
- Candy Apple Red
- Purple Twilight
- Pink to Blue Dream
- Pink Dahlia
- Dimmed Blue Green Pink
- Sweet Confectionery Dreams
- Sweet Confectionery Dreams
- Morning Blush
- Aqua Harmony
- Purple Sunset
- Caitie's Blossom Symphony
- Vibrant Orange
- Purple Dream
- Cherry Blossom Dreams
- Warm Orange
- Crimson Valor
- Pastel Pink and Green
Shades of Pink and Black color palette created on .