Cottagecore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cottagecore palette

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

Cottagecore カラーパレット (PNG) をダウンロード

Download cottagecore color palette PNG image (landscape)
Download cottagecore color palette PNG image (square)

Cottagecore カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c8b8;
}
.color-2 {
color: #a8bfa1;
}
.color-3 {
color: #f0e3b2;
}
.color-4 {
color: #d4b6a1;
}
.color-5 {
color: #efa49f;
}

/* CSS Variables */
:root {
--color-1: #d6c8b8;
--color-2: #a8bfa1;
--color-3: #f0e3b2;
--color-4: #d4b6a1;
--color-5: #efa49f;
}

Cottagecore の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8b8, #a8bfa1, #f0e3b2, #d4b6a1, #efa49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8b8, #a8bfa1, #f0e3b2, #d4b6a1, #efa49f);
}

Cottagecore color palette created on .