Cottage Core カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cottage Core palette
Cottage Core カラー パレット PNG 画像
Cottage Core カラーパレット CSS
/* CSS */
.color-1 {
color: #e6b389;
}
.color-2 {
color: #c6d5b8;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f2c1b5;
}
.color-5 {
color: #b7a7d2;
}
/* CSS Variables */
:root {
--color-1: #e6b389;
--color-2: #c6d5b8;
--color-3: #a1c1d4;
--color-4: #f2c1b5;
--color-5: #b7a7d2;
}
Cottage Core の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b389, #c6d5b8, #a1c1d4, #f2c1b5, #b7a7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b389, #c6d5b8, #a1c1d4, #f2c1b5, #b7a7d2);
}
似たようなカラーパレット
Cottage Core color palette created on .