Whispers of Rose Quartz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Rose Quartz palette

Share this palette to:

Whispers of Rose Quartz color palette CSS

/* CSS */
.color-1 {
color: #e6a3b1;
}
.color-2 {
color: #f4c3d1;
}
.color-3 {
color: #f7d4e0;
}
.color-4 {
color: #fce3e7;
}
.color-5 {
color: #fff5f9;
}

/* CSS Variables */
:root {
--color-1: #e6a3b1;
--color-2: #f4c3d1;
--color-3: #f7d4e0;
--color-4: #fce3e7;
--color-5: #fff5f9;
}

Whispers of Rose Quartz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a3b1, #f4c3d1, #f7d4e0, #fce3e7, #fff5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a3b1, #f4c3d1, #f7d4e0, #fce3e7, #fff5f9);
}

Whispers of Rose Quartz color palette created on .