Nordic Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nordic Breeze palette

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

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

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

Nordic Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c2e2;
}
.color-2 {
color: #b7d4e6;
}
.color-3 {
color: #dfeff6;
}
.color-4 {
color: #c0d8d3;
}
.color-5 {
color: #79af8d;
}

/* CSS Variables */
:root {
--color-1: #a2c2e2;
--color-2: #b7d4e6;
--color-3: #dfeff6;
--color-4: #c0d8d3;
--color-5: #79af8d;
}

Nordic Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}

Nordic Breeze color palette created on .