Fortune's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fortune's Embrace palette

Share this palette to:

Fortune's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f9e75d;
}
.color-2 {
color: #fba83c;
}
.color-3 {
color: #f77a2b;
}
.color-4 {
color: #c63f3f;
}
.color-5 {
color: #5e2b6e;
}

/* CSS Variables */
:root {
--color-1: #f9e75d;
--color-2: #fba83c;
--color-3: #f77a2b;
--color-4: #c63f3f;
--color-5: #5e2b6e;
}

Fortune's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e75d, #fba83c, #f77a2b, #c63f3f, #5e2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e75d, #fba83c, #f77a2b, #c63f3f, #5e2b6e);
}

Fortune's Embrace color palette created on .