Pink Soda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Soda palette

Share this palette to:

Pink Soda color palette CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff8fab;
}
.color-4 {
color: #ffb3c6;
}
.color-5 {
color: #ffdbe6;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff7092;
--color-3: #ff8fab;
--color-4: #ffb3c6;
--color-5: #ffdbe6;
}

Pink Soda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff7092, #ff8fab, #ffb3c6, #ffdbe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff7092, #ff8fab, #ffb3c6, #ffdbe6);
}

Pink Soda color palette created on .