Bold Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bold Yellow palette

このパレットを共有する先:

Bold Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fab505;
}
.color-2 {
color: #f45d0b;
}
.color-3 {
color: #eb3f00;
}
.color-4 {
color: #e02b10;
}
.color-5 {
color: #3d608a;
}

/* CSS Variables */
:root {
--color-1: #fab505;
--color-2: #f45d0b;
--color-3: #eb3f00;
--color-4: #e02b10;
--color-5: #3d608a;
}

Bold Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab505, #f45d0b, #eb3f00, #e02b10, #3d608a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab505, #f45d0b, #eb3f00, #e02b10, #3d608a);
}

Bold Yellow color palette created on .