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