Crimson Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Embrace palette
Crimson Embrace color palette CSS
/* CSS */
.color-1 {
color: #682c2e;
}
.color-2 {
color: #a45b63;
}
.color-3 {
color: #c37f84;
}
.color-4 {
color: #d9b89b;
}
.color-5 {
color: #f4c8c3;
}
/* CSS Variables */
:root {
--color-1: #682c2e;
--color-2: #a45b63;
--color-3: #c37f84;
--color-4: #d9b89b;
--color-5: #f4c8c3;
}
Crimson Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2e, #a45b63, #c37f84, #d9b89b, #f4c8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2e, #a45b63, #c37f84, #d9b89b, #f4c8c3);
}
Similar color palettes
Scroll down to explore 80+ Autumn color palettes
Crimson Embrace color palette created on .