Bright Azure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Azure palette

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

Bright Azure カラーパレット CSS

/* CSS */
.color-1 {
color: #1ca0f2;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #4cc8f6;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #1ca0f2;
--color-2: #00bfff;
--color-3: #4cc8f6;
--color-4: #a3d7e0;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ca0f2, #00bfff, #4cc8f6, #a3d7e0, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ca0f2, #00bfff, #4cc8f6, #a3d7e0, #e0f7fa);
}

Bright Azure color palette created on .