Dark Red Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Cookie palette
Dark Red Cookie color palette CSS
/* CSS */
.color-1 {
color: #7a2a2c;
}
.color-2 {
color: #c94f4f;
}
.color-3 {
color: #e79f7e;
}
.color-4 {
color: #f5d7a8;
}
.color-5 {
color: #f2e3d4;
}
/* CSS Variables */
:root {
--color-1: #7a2a2c;
--color-2: #c94f4f;
--color-3: #e79f7e;
--color-4: #f5d7a8;
--color-5: #f2e3d4;
}
Dark Red Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2c, #c94f4f, #e79f7e, #f5d7a8, #f2e3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2c, #c94f4f, #e79f7e, #f5d7a8, #f2e3d4);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Dark Red Cookie color palette created on .