Warm Cam Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Cam palette

Share this palette to:

Warm Cam color palette CSS

/* CSS */
.color-1 {
color: #f6a446;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f97a1f;
}
.color-4 {
color: #f45d34;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #f6a446;
--color-2: #e9b79f;
--color-3: #f97a1f;
--color-4: #f45d34;
--color-5: #e13e33;
}

Warm Cam background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a446, #e9b79f, #f97a1f, #f45d34, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a446, #e9b79f, #f97a1f, #f45d34, #e13e33);
}

Warm Cam color palette created on .