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