Miss Diamond Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Miss Diamond palette

Share this palette to:

Miss Diamond color palette PNG image

Download miss diamond color palette PNG image (landscape)
Download miss diamond color palette PNG image (square)

Miss Diamond color palette CSS

/* CSS */
.color-1 {
color: #d8c2e0;
}
.color-2 {
color: #a98cba;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f6d4f7;
}
.color-5 {
color: #f0a3b2;
}

/* CSS Variables */
:root {
--color-1: #d8c2e0;
--color-2: #a98cba;
--color-3: #eab8e4;
--color-4: #f6d4f7;
--color-5: #f0a3b2;
}

Miss Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2e0, #a98cba, #eab8e4, #f6d4f7, #f0a3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2e0, #a98cba, #eab8e4, #f6d4f7, #f0a3b2);
}

Miss Diamond color palette created on .