Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #30b0df;
}
.color-2 {
color: #4ac3e8;
}
.color-3 {
color: #70d6f0;
}
.color-4 {
color: #a5e8f3;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #30b0df;
--color-2: #4ac3e8;
--color-3: #70d6f0;
--color-4: #a5e8f3;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30b0df, #4ac3e8, #70d6f0, #a5e8f3, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30b0df, #4ac3e8, #70d6f0, #a5e8f3, #e0f7fa);
}

Bright Blue color palette created on .