Pacific Blue Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pacific Blue Breeze palette

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

Pacific Blue Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #009bc2;
}
.color-2 {
color: #00a4d1;
}
.color-3 {
color: #00b8e6;
}
.color-4 {
color: #1dc6e7;
}
.color-5 {
color: #a1e1e8;
}

/* CSS Variables */
:root {
--color-1: #009bc2;
--color-2: #00a4d1;
--color-3: #00b8e6;
--color-4: #1dc6e7;
--color-5: #a1e1e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009bc2, #00a4d1, #00b8e6, #1dc6e7, #a1e1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009bc2, #00a4d1, #00b8e6, #1dc6e7, #a1e1e8);
}

Pacific Blue Breeze color palette created on .