Yorlay's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yorlay's Embrace palette

Share this palette to:

Download Yorlay's Embrace Color Palette (PNG)

Download yorlay's embrace color palette PNG image (landscape)
Download yorlay's embrace color palette PNG image (square)

Yorlay's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f8c0a0;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f48ab3;
}
.color-4 {
color: #e76a7b;
}
.color-5 {
color: #d75050;
}

/* CSS Variables */
:root {
--color-1: #f8c0a0;
--color-2: #f5a3b8;
--color-3: #f48ab3;
--color-4: #e76a7b;
--color-5: #d75050;
}

Yorlay's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c0a0, #f5a3b8, #f48ab3, #e76a7b, #d75050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c0a0, #f5a3b8, #f48ab3, #e76a7b, #d75050);
}

Yorlay's Embrace color palette created on .