Warm Cottage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Cottage palette

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

Warm Cottage カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e2b7;
}
.color-2 {
color: #d9cbaf;
}
.color-3 {
color: #b6a89a;
}
.color-4 {
color: #8e6b8d;
}
.color-5 {
color: #5c4b8b;
}

/* CSS Variables */
:root {
--color-1: #f0e2b7;
--color-2: #d9cbaf;
--color-3: #b6a89a;
--color-4: #8e6b8d;
--color-5: #5c4b8b;
}

Warm Cottage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2b7, #d9cbaf, #b6a89a, #8e6b8d, #5c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2b7, #d9cbaf, #b6a89a, #8e6b8d, #5c4b8b);
}

Warm Cottage color palette created on .