Coral Kallista Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Kallista palette

Share this palette to:

Coral Kallista color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f2a07d;
}
.color-3 {
color: #ec7f5b;
}
.color-4 {
color: #e15b3d;
}
.color-5 {
color: #c03821;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f2a07d;
--color-3: #ec7f5b;
--color-4: #e15b3d;
--color-5: #c03821;
}

Coral Kallista background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f2a07d, #ec7f5b, #e15b3d, #c03821);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f2a07d, #ec7f5b, #e15b3d, #c03821);
}

Coral Kallista color palette created on .