Celestial Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Breeze palette

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

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

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

Celestial Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e8f3;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e8f3;
--color-3: #f4b69f;
--color-4: #f9d780;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e8f3, #f4b69f, #f9d780, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e8f3, #f4b69f, #f9d780, #f5a300);
}

Celestial Breeze color palette created on .