Pastel Comfort Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Comfort palette

Share this palette to:

Pastel Comfort color palette PNG image

Download pastel comfort color palette PNG image (landscape)
Download pastel comfort color palette PNG image (square)

Pastel Comfort color palette CSS

/* CSS */
.color-1 {
color: #f2a6c4;
}
.color-2 {
color: #8d5a4e;
}
.color-3 {
color: #e3c6b0;
}
.color-4 {
color: #f4d1c3;
}
.color-5 {
color: #5a3930;
}

/* CSS Variables */
:root {
--color-1: #f2a6c4;
--color-2: #8d5a4e;
--color-3: #e3c6b0;
--color-4: #f4d1c3;
--color-5: #5a3930;
}

Pastel Comfort background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c4, #8d5a4e, #e3c6b0, #f4d1c3, #5a3930);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c4, #8d5a4e, #e3c6b0, #f4d1c3, #5a3930);
}

Pastel Comfort color palette created on .