Neural Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neural Breeze palette

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

Neural Breeze カラー パレット PNG 画像

Download neural breeze color palette PNG image (landscape)
Download neural breeze color palette PNG image (square)

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 .