Pregnancy Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pregnancy Winter palette

Share this palette to:

Download Pregnancy Winter Color Palette (PNG)

Download pregnancy winter color palette PNG image (landscape)
Download pregnancy winter color palette PNG image (square)

Pregnancy Winter color palette CSS

/* CSS */
.color-1 {
color: #d8c2e5;
}
.color-2 {
color: #bea3d7;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #e6b3c4;
}
.color-5 {
color: #f5e0b2;
}

/* CSS Variables */
:root {
--color-1: #d8c2e5;
--color-2: #bea3d7;
--color-3: #a77ccb;
--color-4: #e6b3c4;
--color-5: #f5e0b2;
}

Pregnancy Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2e5, #bea3d7, #a77ccb, #e6b3c4, #f5e0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2e5, #bea3d7, #a77ccb, #e6b3c4, #f5e0b2);
}

Pregnancy Winter color palette created on .