Neural Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Neural Breeze palette
Neural Breeze カラー パレット PNG 画像
Neural Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #3a9ad9;
}
.color-2 {
color: #6fd2f6;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #3a9ad9;
--color-2: #6fd2f6;
--color-3: #b2e0f0;
--color-4: #ffcc66;
--color-5: #ff6e61;
}
Neural Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a9ad9, #6fd2f6, #b2e0f0, #ffcc66, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a9ad9, #6fd2f6, #b2e0f0, #ffcc66, #ff6e61);
}
似たようなカラーパレット
Neural Breeze color palette created on .