Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f9d75d;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #b9e1e4;
}
.color-5 {
color: #813d99;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f9d75d;
--color-3: #f4e1a4;
--color-4: #b9e1e4;
--color-5: #813d99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f9d75d, #f4e1a4, #b9e1e4, #813d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f9d75d, #f4e1a4, #b9e1e4, #813d99);
}

Bright Yellow color palette created on .