Fresh Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fresh Breeze palette

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

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

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

Fresh Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6eb5d4;
}
.color-3 {
color: #4f95b5;
}
.color-4 {
color: #3c6f8b;
}
.color-5 {
color: #2c4d68;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6eb5d4;
--color-3: #4f95b5;
--color-4: #3c6f8b;
--color-5: #2c4d68;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6eb5d4, #4f95b5, #3c6f8b, #2c4d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6eb5d4, #4f95b5, #3c6f8b, #2c4d68);
}

Fresh Breeze color palette created on .