Bright Azure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Azure palette

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

Bright Azure カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3bc0e8;
}
.color-3 {
color: #5ed1e8;
}
.color-4 {
color: #a1e6f7;
}
.color-5 {
color: #e0f7ff;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3bc0e8;
--color-3: #5ed1e8;
--color-4: #a1e6f7;
--color-5: #e0f7ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3bc0e8, #5ed1e8, #a1e6f7, #e0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3bc0e8, #5ed1e8, #a1e6f7, #e0f7ff);
}

Bright Azure color palette created on .