Dark Yellow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Yellow palette
Dark Yellow カラーパレット (PNG) をダウンロード
Dark Yellow カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #f0a000;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f09c00;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f08c00;
--color-3: #f0a000;
--color-4: #f1c84b;
--color-5: #f09c00;
}
Dark Yellow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f08c00, #f0a000, #f1c84b, #f09c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f08c00, #f0a000, #f1c84b, #f09c00);
}
似たようなカラーパレット
Dark Yellow color palette created on .