Soft Pink Asia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink Asia palette
Soft Pink Asia color palette CSS
/* CSS */
.color-1 {
color: #e5b8c2;
}
.color-2 {
color: #f4d0be;
}
.color-3 {
color: #f5e2b8;
}
.color-4 {
color: #d0e1df;
}
.color-5 {
color: #b2d3e0;
}
/* CSS Variables */
:root {
--color-1: #e5b8c2;
--color-2: #f4d0be;
--color-3: #f5e2b8;
--color-4: #d0e1df;
--color-5: #b2d3e0;
}
Soft Pink Asia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8c2, #f4d0be, #f5e2b8, #d0e1df, #b2d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8c2, #f4d0be, #f5e2b8, #d0e1df, #b2d3e0);
}
Similar color palettes
Soft Pink Asia color palette created on .