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