Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f27640;
}
.color-3 {
color: #e25063;
}
.color-4 {
color: #a35db6;
}
.color-5 {
color: #6b83d1;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f27640;
--color-3: #e25063;
--color-4: #a35db6;
--color-5: #6b83d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f27640, #e25063, #a35db6, #6b83d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f27640, #e25063, #a35db6, #6b83d1);
}

Bright Yellow color palette created on .