Rosy Night Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosy Night Shades palette

Share this palette to:

Rosy Night Shades color palette CSS

/* CSS */
.color-1 {
color: #d85a7e;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f5e5e9;
}
.color-4 {
color: #6a4c94;
}
.color-5 {
color: #3d2a47;
}

/* CSS Variables */
:root {
--color-1: #d85a7e;
--color-2: #f1a7b4;
--color-3: #f5e5e9;
--color-4: #6a4c94;
--color-5: #3d2a47;
}

Rosy Night Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85a7e, #f1a7b4, #f5e5e9, #6a4c94, #3d2a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85a7e, #f1a7b4, #f5e5e9, #6a4c94, #3d2a47);
}

Rosy Night Shades color palette created on .