Sunlit Tresses Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Tresses palette

Share this palette to:

Sunlit Tresses color palette CSS

/* CSS */
.color-1 {
color: #e9e2d3;
}
.color-2 {
color: #c7c0b2;
}
.color-3 {
color: #c7bdae;
}
.color-4 {
color: #bdb4a8;
}
.color-5 {
color: #bdb0a3;
}

/* CSS Variables */
:root {
--color-1: #e9e2d3;
--color-2: #c7c0b2;
--color-3: #c7bdae;
--color-4: #bdb4a8;
--color-5: #bdb0a3;
}

Sunlit Tresses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9e2d3, #c7c0b2, #c7bdae, #bdb4a8, #bdb0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9e2d3, #c7c0b2, #c7bdae, #bdb4a8, #bdb0a3);
}

Sunlit Tresses color palette created on .