Ghastly Pastels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ghastly Pastels palette

Share this palette to:

Ghastly Pastels color palette CSS

/* CSS */
.color-1 {
color: #d3c7d6;
}
.color-2 {
color: #b7a3b8;
}
.color-3 {
color: #a68c9b;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #cfe3c0;
}

/* CSS Variables */
:root {
--color-1: #d3c7d6;
--color-2: #b7a3b8;
--color-3: #a68c9b;
--color-4: #a3d5e0;
--color-5: #cfe3c0;
}

Ghastly Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c7d6, #b7a3b8, #a68c9b, #a3d5e0, #cfe3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c7d6, #b7a3b8, #a68c9b, #a3d5e0, #cfe3c0);
}

Ghastly Pastels color palette created on .