Camellia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Camellia palette

Share this palette to:

Camellia color palette PNG image

Download camellia color palette PNG image (landscape)
Download camellia color palette PNG image (square)

Camellia color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #e37d9d;
}
.color-3 {
color: #d05d85;
}
.color-4 {
color: #b94b6c;
}
.color-5 {
color: #9b2c55;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #e37d9d;
--color-3: #d05d85;
--color-4: #b94b6c;
--color-5: #9b2c55;
}

Camellia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #e37d9d, #d05d85, #b94b6c, #9b2c55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #e37d9d, #d05d85, #b94b6c, #9b2c55);
}

Camellia color palette created on .