Bright Azure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Azure palette

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

Bright Azure カラーパレット CSS

/* CSS */
.color-1 {
color: #0096d6;
}
.color-2 {
color: #34b5e5;
}
.color-3 {
color: #66cceb;
}
.color-4 {
color: #99e0f0;
}
.color-5 {
color: #ccffff;
}

/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #34b5e5;
--color-3: #66cceb;
--color-4: #99e0f0;
--color-5: #ccffff;
}

Bright Azure の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #34b5e5, #66cceb, #99e0f0, #ccffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #34b5e5, #66cceb, #99e0f0, #ccffff);
}

Bright Azure color palette created on .