Orange Designation カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Designation palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Orange Designation カラーパレット (PNG) をダウンロード
Orange Designation カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f09c00;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f0b400;
}
.color-5 {
color: #f0c000;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f09c00;
--color-3: #f0a800;
--color-4: #f0b400;
--color-5: #f0c000;
}
Orange Designation の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f09c00, #f0a800, #f0b400, #f0c000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f09c00, #f0a800, #f0b400, #f0c000);
}
似たようなカラーパレット
Orange Designation color palette created on .