Dusty Rose Haven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Rose Haven palette

Share this palette to:

Dusty Rose Haven color palette CSS

/* CSS */
.color-1 {
color: #6f585e;
}
.color-2 {
color: #b7a4a9;
}
.color-3 {
color: #e7d0d3;
}
.color-4 {
color: #f4c3c9;
}
.color-5 {
color: #e8696d;
}

/* CSS Variables */
:root {
--color-1: #6f585e;
--color-2: #b7a4a9;
--color-3: #e7d0d3;
--color-4: #f4c3c9;
--color-5: #e8696d;
}

Dusty Rose Haven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f585e, #b7a4a9, #e7d0d3, #f4c3c9, #e8696d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f585e, #b7a4a9, #e7d0d3, #f4c3c9, #e8696d);
}

Dusty Rose Haven color palette created on .