Serene Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Breeze palette

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

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

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

Serene Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #e5e5ff;
}
.color-3 {
color: #8ce0f3;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f0ffeb;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e5e5ff;
--color-3: #8ce0f3;
--color-4: #ffffff;
--color-5: #f0ffeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e5e5ff, #8ce0f3, #ffffff, #f0ffeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e5e5ff, #8ce0f3, #ffffff, #f0ffeb);
}

Serene Breeze color palette created on .