Rose Bud Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rose Bud Shades palette

Share this palette to:

Rose Bud Shades color palette CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f5a8b4;
}
.color-3 {
color: #f19db7;
}
.color-4 {
color: #e679ac;
}
.color-5 {
color: #d86fa8;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f5a8b4;
--color-3: #f19db7;
--color-4: #e679ac;
--color-5: #d86fa8;
}

Rose Bud Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f5a8b4, #f19db7, #e679ac, #d86fa8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f5a8b4, #f19db7, #e679ac, #d86fa8);
}

Rose Bud Shades color palette created on .