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