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