Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #00a8eb;
}
.color-2 {
color: #1db4e2;
}
.color-3 {
color: #4cc9d6;
}
.color-4 {
color: #7ce5e9;
}
.color-5 {
color: #a3eff5;
}

/* CSS Variables */
:root {
--color-1: #00a8eb;
--color-2: #1db4e2;
--color-3: #4cc9d6;
--color-4: #7ce5e9;
--color-5: #a3eff5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8eb, #1db4e2, #4cc9d6, #7ce5e9, #a3eff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8eb, #1db4e2, #4cc9d6, #7ce5e9, #a3eff5);
}

Bright Blue color palette created on .