Aqua Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Breeze palette

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

Aqua Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #0088d1;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #5ed3e8;
}
.color-4 {
color: #8ae4f0;
}
.color-5 {
color: #b3faff;
}

/* CSS Variables */
:root {
--color-1: #0088d1;
--color-2: #00b0e0;
--color-3: #5ed3e8;
--color-4: #8ae4f0;
--color-5: #b3faff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0088d1, #00b0e0, #5ed3e8, #8ae4f0, #b3faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0088d1, #00b0e0, #5ed3e8, #8ae4f0, #b3faff);
}

Aqua Breeze color palette created on .