Coco Pommel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coco Pommel palette

Share this palette to:

Coco Pommel color palette CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d49a8c;
}
.color-3 {
color: #b99d83;
}
.color-4 {
color: #f5d89e;
}
.color-5 {
color: #c7a67a;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d49a8c;
--color-3: #b99d83;
--color-4: #f5d89e;
--color-5: #c7a67a;
}

Coco Pommel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d49a8c, #b99d83, #f5d89e, #c7a67a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d49a8c, #b99d83, #f5d89e, #c7a67a);
}

Coco Pommel color palette created on .