Pastel Cottage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Cottage palette

このパレットを共有する先:

Pastel Cottage カラーパレット 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 の背景のグラデーション 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 .