Pink Camellia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Camellia palette

Share this palette to:

Pink Camellia color palette CSS

/* CSS */
.color-1 {
color: #f1a7ae;
}
.color-2 {
color: #e8bbca;
}
.color-3 {
color: #e1c6d6;
}
.color-4 {
color: #f0d6e3;
}
.color-5 {
color: #e5a4c4;
}

/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #e8bbca;
--color-3: #e1c6d6;
--color-4: #f0d6e3;
--color-5: #e5a4c4;
}

Pink Camellia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #e8bbca, #e1c6d6, #f0d6e3, #e5a4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #e8bbca, #e1c6d6, #f0d6e3, #e5a4c4);
}

Pink Camellia color palette created on .