Coral Lizzy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Lizzy palette

Share this palette to:

Coral Lizzy color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f2aaa1;
}
.color-3 {
color: #e7786a;
}
.color-4 {
color: #d6593d;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f2aaa1;
--color-3: #e7786a;
--color-4: #d6593d;
--color-5: #f1c84b;
}

Coral Lizzy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f2aaa1, #e7786a, #d6593d, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f2aaa1, #e7786a, #d6593d, #f1c84b);
}

Coral Lizzy color palette created on .