Pastel Cottage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Cottage palette

Share this palette to:

Pastel Cottage color palette CSS

/* CSS */
.color-1 {
color: #e1b8a8;
}
.color-2 {
color: #a7d3b7;
}
.color-3 {
color: #a8d1e1;
}
.color-4 {
color: #e1c5a8;
}
.color-5 {
color: #d9a8e1;
}

/* CSS Variables */
:root {
--color-1: #e1b8a8;
--color-2: #a7d3b7;
--color-3: #a8d1e1;
--color-4: #e1c5a8;
--color-5: #d9a8e1;
}

Pastel Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b8a8, #a7d3b7, #a8d1e1, #e1c5a8, #d9a8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b8a8, #a7d3b7, #a8d1e1, #e1c5a8, #d9a8e1);
}

Pastel Cottage color palette created on .