Coquette Charm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coquette Charm palette

Share this palette to:

Download Coquette Charm Color Palette (PNG)

Download coquette charm color palette PNG image (landscape)
Download coquette charm color palette PNG image (square)

Coquette Charm color palette CSS

/* CSS */
.color-1 {
color: #fbe5e8;
}
.color-2 {
color: #fceded;
}
.color-3 {
color: #f9e7ea;
}
.color-4 {
color: #f9d2d8;
}
.color-5 {
color: #efb3b3;
}

/* CSS Variables */
:root {
--color-1: #fbe5e8;
--color-2: #fceded;
--color-3: #f9e7ea;
--color-4: #f9d2d8;
--color-5: #efb3b3;
}

Coquette Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe5e8, #fceded, #f9e7ea, #f9d2d8, #efb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe5e8, #fceded, #f9e7ea, #f9d2d8, #efb3b3);
}

Coquette Charm color palette created on .