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