Cool Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Breeze palette

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

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

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

Cool Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #fee9e6;
}
.color-2 {
color: #20d9fe;
}
.color-3 {
color: #20ebfe;
}
.color-4 {
color: #06fefe;
}
.color-5 {
color: #e1fefe;
}

/* CSS Variables */
:root {
--color-1: #fee9e6;
--color-2: #20d9fe;
--color-3: #20ebfe;
--color-4: #06fefe;
--color-5: #e1fefe;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee9e6, #20d9fe, #20ebfe, #06fefe, #e1fefe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee9e6, #20d9fe, #20ebfe, #06fefe, #e1fefe);
}

Cool Breeze color palette created on .