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: #f7b1b1;
}
.color-2 {
color: #f5a8b2;
}
.color-3 {
color: #f19dbc;
}
.color-4 {
color: #ea9fd1;
}
.color-5 {
color: #d38dc1;
}

/* CSS Variables */
:root {
--color-1: #f7b1b1;
--color-2: #f5a8b2;
--color-3: #f19dbc;
--color-4: #ea9fd1;
--color-5: #d38dc1;
}

Pink Camellia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b1, #f5a8b2, #f19dbc, #ea9fd1, #d38dc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b1, #f5a8b2, #f19dbc, #ea9fd1, #d38dc1);
}

Pink Camellia color palette created on .