Glow in the Dark Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Glow in the Dark Yellow palette

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

Glow in the Dark Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #b2c8f0;
}
.color-2 {
color: #a3d7d5;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #b2c8f0;
--color-2: #a3d7d5;
--color-3: #f6b83c;
--color-4: #f9c54e;
--color-5: #f94346;
}

Glow in the Dark Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c8f0, #a3d7d5, #f6b83c, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c8f0, #a3d7d5, #f6b83c, #f9c54e, #f94346);
}

Glow in the Dark Yellow color palette created on .