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