Candy Cane & Hot Chocolate Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Cane & Hot Chocolate palette

Share this palette to:

Candy Cane & Hot Chocolate color palette PNG image

Download candy cane & hot chocolate color palette PNG image (landscape)
Download candy cane & hot chocolate color palette PNG image (square)

Candy Cane & Hot Chocolate color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d95d45;
}
.color-3 {
color: #b25f57;
}
.color-4 {
color: #8b6c5b;
}
.color-5 {
color: #ecd4c5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d95d45;
--color-3: #b25f57;
--color-4: #8b6c5b;
--color-5: #ecd4c5;
}

Candy Cane & Hot Chocolate background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d95d45, #b25f57, #8b6c5b, #ecd4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d95d45, #b25f57, #8b6c5b, #ecd4c5);
}

Candy Cane & Hot Chocolate color palette created on .