Blue City カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue City palette

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

Blue City カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #a3d6e0;
}
.color-3 {
color: #d6e0e0;
}
.color-4 {
color: #e0c3a4;
}
.color-5 {
color: #e0a500;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #a3d6e0;
--color-3: #d6e0e0;
--color-4: #e0c3a4;
--color-5: #e0a500;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #a3d6e0, #d6e0e0, #e0c3a4, #e0a500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #a3d6e0, #d6e0e0, #e0c3a4, #e0a500);
}

Blue City color palette created on .