Petal Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petal Embrace palette

Share this palette to:

Petal Embrace color palette CSS

/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #f6c3b6;
}
.color-3 {
color: #ead2c8;
}
.color-4 {
color: #f2bad9;
}
.color-5 {
color: #f1a7b6;
}

/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #f6c3b6;
--color-3: #ead2c8;
--color-4: #f2bad9;
--color-5: #f1a7b6;
}

Petal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #f6c3b6, #ead2c8, #f2bad9, #f1a7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #f6c3b6, #ead2c8, #f2bad9, #f1a7b6);
}

Petal Embrace color palette created on .