Empathic Ambition Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Empathic Ambition palette

Share this palette to:

Empathic Ambition color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #d64f00;
}
.color-4 {
color: #b13e5d;
}
.color-5 {
color: #6e4d7a;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6e00;
--color-3: #d64f00;
--color-4: #b13e5d;
--color-5: #6e4d7a;
}

Empathic Ambition background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6e00, #d64f00, #b13e5d, #6e4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6e00, #d64f00, #b13e5d, #6e4d7a);
}

Empathic Ambition color palette created on .