Blue Neon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Neon palette
Blue Neon カラーパレット CSS
/* CSS */
.color-1 {
color: #4a8abf;
}
.color-2 {
color: #6cb4e4;
}
.color-3 {
color: #8ed5f1;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #4a8abf;
--color-2: #6cb4e4;
--color-3: #8ed5f1;
--color-4: #f9c54e;
--color-5: #f94346;
}
Blue Neon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8abf, #6cb4e4, #8ed5f1, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8abf, #6cb4e4, #8ed5f1, #f9c54e, #f94346);
}
似たようなカラーパレット
Blue Neon color palette created on .