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: #a8b2b8;
}
.color-2 {
color: #c0d3d8;
}
.color-3 {
color: #e6f0f4;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #f26c5a;
}

/* CSS Variables */
:root {
--color-1: #a8b2b8;
--color-2: #c0d3d8;
--color-3: #e6f0f4;
--color-4: #f9c89f;
--color-5: #f26c5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b2b8, #c0d3d8, #e6f0f4, #f9c89f, #f26c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b2b8, #c0d3d8, #e6f0f4, #f9c89f, #f26c5a);
}

Cool Breeze color palette created on .