Chester's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chester's Embrace palette

Share this palette to:

Chester's Embrace color palette PNG image

Download chester's embrace color palette PNG image (landscape)
Download chester's embrace color palette PNG image (square)

Chester's Embrace color palette CSS

/* CSS */
.color-1 {
color: #1f4b75;
}
.color-2 {
color: #4c7b9a;
}
.color-3 {
color: #8ab6c7;
}
.color-4 {
color: #f1c1c1;
}
.color-5 {
color: #d96d6d;
}

/* CSS Variables */
:root {
--color-1: #1f4b75;
--color-2: #4c7b9a;
--color-3: #8ab6c7;
--color-4: #f1c1c1;
--color-5: #d96d6d;
}

Chester's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4b75, #4c7b9a, #8ab6c7, #f1c1c1, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4b75, #4c7b9a, #8ab6c7, #f1c1c1, #d96d6d);
}

Chester's Embrace color palette created on .