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