Alabaster Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Alabaster Dream palette

Share this palette to:

Alabaster Dream color palette PNG image

Download alabaster dream color palette PNG image (landscape)
Download alabaster dream color palette PNG image (square)

Alabaster Dream color palette CSS

/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #e8e8e8;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #b2c2c2;
}
.color-5 {
color: #a4d6d6;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #e8e8e8;
--color-3: #d4d4d4;
--color-4: #b2c2c2;
--color-5: #a4d6d6;
}

Alabaster Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #e8e8e8, #d4d4d4, #b2c2c2, #a4d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #e8e8e8, #d4d4d4, #b2c2c2, #a4d6d6);
}

Alabaster Dream color palette created on .