Dreamy Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Embrace palette

Share this palette to:

Dreamy Embrace color palette CSS

/* CSS */
.color-1 {
color: #f8cb8b;
}
.color-2 {
color: #f2a8a1;
}
.color-3 {
color: #e58091;
}
.color-4 {
color: #d27fbc;
}
.color-5 {
color: #9a5b99;
}

/* CSS Variables */
:root {
--color-1: #f8cb8b;
--color-2: #f2a8a1;
--color-3: #e58091;
--color-4: #d27fbc;
--color-5: #9a5b99;
}

Dreamy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cb8b, #f2a8a1, #e58091, #d27fbc, #9a5b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cb8b, #f2a8a1, #e58091, #d27fbc, #9a5b99);
}

Dreamy Embrace color palette created on .