Cutecore カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cutecore palette
Cutecore カラーパレット CSS
/* CSS */
.color-1 {
color: #ffdbe9;
}
.color-2 {
color: #ffb8d7;
}
.color-3 {
color: #ffd6e0;
}
.color-4 {
color: #ffe1db;
}
.color-5 {
color: #e8d6ff;
}
/* CSS Variables */
:root {
--color-1: #ffdbe9;
--color-2: #ffb8d7;
--color-3: #ffd6e0;
--color-4: #ffe1db;
--color-5: #e8d6ff;
}
Cutecore の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbe9, #ffb8d7, #ffd6e0, #ffe1db, #e8d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbe9, #ffb8d7, #ffd6e0, #ffe1db, #e8d6ff);
}
似たようなカラーパレット
下にスクロールして1個のピンクカラーパレットを探索しましょう
Cutecore color palette created on .