Exquisite Coaching Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Exquisite Coaching palette

Share this palette to:

Exquisite Coaching color palette CSS

/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #3f3f69;
}
.color-3 {
color: #6b6b94;
}
.color-4 {
color: #a39c5c;
}
.color-5 {
color: #c77e5c;
}

/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #3f3f69;
--color-3: #6b6b94;
--color-4: #a39c5c;
--color-5: #c77e5c;
}

Exquisite Coaching background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #3f3f69, #6b6b94, #a39c5c, #c77e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #3f3f69, #6b6b94, #a39c5c, #c77e5c);
}

Exquisite Coaching color palette created on .