Cozy Autumn Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cozy Autumn Embrace palette

Share this palette to:

Cozy Autumn Embrace color palette CSS

/* CSS */
.color-1 {
color: #c35755;
}
.color-2 {
color: #d69b6b;
}
.color-3 {
color: #e0c2a3;
}
.color-4 {
color: #f8e4b9;
}
.color-5 {
color: #f3c7c3;
}

/* CSS Variables */
:root {
--color-1: #c35755;
--color-2: #d69b6b;
--color-3: #e0c2a3;
--color-4: #f8e4b9;
--color-5: #f3c7c3;
}

Cozy Autumn Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35755, #d69b6b, #e0c2a3, #f8e4b9, #f3c7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35755, #d69b6b, #e0c2a3, #f8e4b9, #f3c7c3);
}

Cozy Autumn Embrace color palette created on .