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