Shades of Orange and Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Orange and Pink palette

Share this palette to:

Shades of Orange and Pink color palette CSS

/* CSS */
.color-1 {
color: #f6a90e;
}
.color-2 {
color: #e36a3b;
}
.color-3 {
color: #c24c7b;
}
.color-4 {
color: #8c5fab;
}
.color-5 {
color: #4a8bba;
}

/* CSS Variables */
:root {
--color-1: #f6a90e;
--color-2: #e36a3b;
--color-3: #c24c7b;
--color-4: #8c5fab;
--color-5: #4a8bba;
}

Shades of Orange and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a90e, #e36a3b, #c24c7b, #8c5fab, #4a8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a90e, #e36a3b, #c24c7b, #8c5fab, #4a8bba);
}

Shades of Orange and Pink color palette created on .