Peachy Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Embrace palette

Share this palette to:

Peachy Embrace color palette CSS

/* CSS */
.color-1 {
color: #ffd1ad;
}
.color-2 {
color: #ffb5a8;
}
.color-3 {
color: #ffa399;
}
.color-4 {
color: #ff857a;
}
.color-5 {
color: #ff7057;
}

/* CSS Variables */
:root {
--color-1: #ffd1ad;
--color-2: #ffb5a8;
--color-3: #ffa399;
--color-4: #ff857a;
--color-5: #ff7057;
}

Peachy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1ad, #ffb5a8, #ffa399, #ff857a, #ff7057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1ad, #ffb5a8, #ffa399, #ff857a, #ff7057);
}

Peachy Embrace color palette created on .