Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #00b2ff;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #0092c7;
}
.color-4 {
color: #0089b3;
}
.color-5 {
color: #007599;
}

/* CSS Variables */
:root {
--color-1: #00b2ff;
--color-2: #00a5e0;
--color-3: #0092c7;
--color-4: #0089b3;
--color-5: #007599;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b2ff, #00a5e0, #0092c7, #0089b3, #007599);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b2ff, #00a5e0, #0092c7, #0089b3, #007599);
}

Bright Blue color palette created on .