Light Almond Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Almond palette

Share this palette to:

Download Light Almond Color Palette (PNG)

Download light almond color palette PNG image (landscape)
Download light almond color palette PNG image (square)

Light Almond color palette CSS

/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #f3cfaf;
}
.color-3 {
color: #f2b58c;
}
.color-4 {
color: #e6a83d;
}
.color-5 {
color: #d0c7af;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #f3cfaf;
--color-3: #f2b58c;
--color-4: #e6a83d;
--color-5: #d0c7af;
}

Light Almond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #f3cfaf, #f2b58c, #e6a83d, #d0c7af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #f3cfaf, #f2b58c, #e6a83d, #d0c7af);
}

Light Almond color palette created on .