Giovanni's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Giovanni's Embrace palette

Share this palette to:

Giovanni's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f1838c;
}
.color-4 {
color: #e65b93;
}
.color-5 {
color: #d45999;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a8a2;
--color-3: #f1838c;
--color-4: #e65b93;
--color-5: #d45999;
}

Giovanni's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a8a2, #f1838c, #e65b93, #d45999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a8a2, #f1838c, #e65b93, #d45999);
}

Giovanni's Embrace color palette created on .