Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f1e05f;
}
.color-3 {
color: #a8d63d;
}
.color-4 {
color: #3cb8c8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f1e05f;
--color-3: #a8d63d;
--color-4: #3cb8c8;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f1e05f, #a8d63d, #3cb8c8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f1e05f, #a8d63d, #3cb8c8, #ff6e61);
}

Bright Yellow color palette created on .