Autumn's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

Share this palette to:

Autumn's Embrace color palette CSS

/* CSS */
.color-1 {
color: #cb2f1a;
}
.color-2 {
color: #11213b;
}
.color-3 {
color: #28afa8;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #e1ac41;
}

/* CSS Variables */
:root {
--color-1: #cb2f1a;
--color-2: #11213b;
--color-3: #28afa8;
--color-4: #ffffff;
--color-5: #e1ac41;
}

Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cb2f1a, #11213b, #28afa8, #ffffff, #e1ac41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cb2f1a, #11213b, #28afa8, #ffffff, #e1ac41);
}

Similar color palettes

Autumn's Embrace color palette created on .