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: #f1c6c6;
}
.color-2 {
color: #f4d2d2;
}
.color-3 {
color: #f7dede;
}
.color-4 {
color: #f9e6e6;
}
.color-5 {
color: #fbe9e9;
}

/* CSS Variables */
:root {
--color-1: #f1c6c6;
--color-2: #f4d2d2;
--color-3: #f7dede;
--color-4: #f9e6e6;
--color-5: #fbe9e9;
}

Petal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6c6, #f4d2d2, #f7dede, #f9e6e6, #fbe9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6c6, #f4d2d2, #f7dede, #f9e6e6, #fbe9e9);
}

Petal Embrace color palette created on .