Baby Blue Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Baby Blue Breeze palette

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

Baby Blue Breeze カラーパレット (PNG) をダウンロード

Download baby blue breeze color palette PNG image (landscape)
Download baby blue breeze color palette PNG image (square)

Baby Blue Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #d5f1f6;
}
.color-4 {
color: #e6f7f9;
}
.color-5 {
color: #f0fbff;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e0f0;
--color-3: #d5f1f6;
--color-4: #e6f7f9;
--color-5: #f0fbff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e0f0, #d5f1f6, #e6f7f9, #f0fbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e0f0, #d5f1f6, #e6f7f9, #f0fbff);
}

Baby Blue Breeze color palette created on .