Pink Rhododendron Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Rhododendron palette

Share this palette to:

Pink Rhododendron color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffad42;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #7ddff2;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6e61;
--color-3: #ffad42;
--color-4: #f7e3a1;
--color-5: #7ddff2;
}

Pink Rhododendron background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6e61, #ffad42, #f7e3a1, #7ddff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6e61, #ffad42, #f7e3a1, #7ddff2);
}

Pink Rhododendron color palette created on .