Soft Pink and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink and Green palette
Soft Pink and Green color palette CSS
/* CSS */
.color-1 {
color: #f1a9a7;
}
.color-2 {
color: #f5c5a3;
}
.color-3 {
color: #f1e1a2;
}
.color-4 {
color: #b2e0c9;
}
.color-5 {
color: #9cc4e7;
}
/* CSS Variables */
:root {
--color-1: #f1a9a7;
--color-2: #f5c5a3;
--color-3: #f1e1a2;
--color-4: #b2e0c9;
--color-5: #9cc4e7;
}
Soft Pink and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a9a7, #f5c5a3, #f1e1a2, #b2e0c9, #9cc4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a9a7, #f5c5a3, #f1e1a2, #b2e0c9, #9cc4e7);
}
Similar color palettes
Soft Pink and Green color palette created on .