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