Pink and Orange Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and Orange Waves palette

Share this palette to:

Pink and Orange Waves color palette CSS

/* CSS */
.color-1 {
color: #f7597c;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #a7d049;
}
.color-4 {
color: #4c8fa9;
}
.color-5 {
color: #a66e9b;
}

/* CSS Variables */
:root {
--color-1: #f7597c;
--color-2: #ff9900;
--color-3: #a7d049;
--color-4: #4c8fa9;
--color-5: #a66e9b;
}

Pink and Orange Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7597c, #ff9900, #a7d049, #4c8fa9, #a66e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7597c, #ff9900, #a7d049, #4c8fa9, #a66e9b);
}

Pink and Orange Waves color palette created on .