Soft Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink palette
Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6e1b6;
}
.color-3 {
color: #b4e4c5;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #a76c92;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6e1b6;
--color-3: #b4e4c5;
--color-4: #a2c7e7;
--color-5: #a76c92;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6e1b6, #b4e4c5, #a2c7e7, #a76c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6e1b6, #b4e4c5, #a2c7e7, #a76c92);
}
Similar color palettes
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Ethereal Temptress
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Chic Blossom
- Soft Pink
- Serenity by the River
- Dunamatchi Pink
- Shades of Purple
- Pastel Pink
- Blushing Reverie
- Shades of Blue
- Tisha's Blossoms
Soft Pink color palette created on .