Warm and Cozy Fire Girl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm and Cozy Fire Girl palette

Share this palette to:

Download Warm and Cozy Fire Girl Color Palette (PNG)

Download warm and cozy fire girl color palette PNG image (landscape)
Download warm and cozy fire girl color palette PNG image (square)

Warm and Cozy Fire Girl color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #ffcd94;
}
.color-4 {
color: #e6b84c;
}
.color-5 {
color: #d94f3a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #ffcd94;
--color-4: #e6b84c;
--color-5: #d94f3a;
}

Warm and Cozy Fire Girl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b5a1, #ffcd94, #e6b84c, #d94f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b5a1, #ffcd94, #e6b84c, #d94f3a);
}

Warm and Cozy Fire Girl color palette created on .