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