Soft Pink and Baby Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink and Baby Blue palette
Soft Pink and Baby Blue color palette CSS
/* CSS */
.color-1 {
color: #f4c3d6;
}
.color-2 {
color: #e2a6c8;
}
.color-3 {
color: #b4d7e4;
}
.color-4 {
color: #f2b8a1;
}
.color-5 {
color: #f6e4b6;
}
/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #e2a6c8;
--color-3: #b4d7e4;
--color-4: #f2b8a1;
--color-5: #f6e4b6;
}
Soft Pink and Baby Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #e2a6c8, #b4d7e4, #f2b8a1, #f6e4b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #e2a6c8, #b4d7e4, #f2b8a1, #f6e4b6);
}
Similar color palettes
Soft Pink and Baby Blue color palette created on .