Viktor's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Viktor's Embrace palette

Share this palette to:

Viktor's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f8d772;
}
.color-2 {
color: #f8b549;
}
.color-3 {
color: #f8a5c3;
}
.color-4 {
color: #e57b8d;
}
.color-5 {
color: #e64c4c;
}

/* CSS Variables */
:root {
--color-1: #f8d772;
--color-2: #f8b549;
--color-3: #f8a5c3;
--color-4: #e57b8d;
--color-5: #e64c4c;
}

Viktor's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d772, #f8b549, #f8a5c3, #e57b8d, #e64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d772, #f8b549, #f8a5c3, #e57b8d, #e64c4c);
}

Viktor's Embrace color palette created on .