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