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