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