Blue Sonic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sonic palette

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

Blue Sonic カラーパレット CSS

/* CSS */
.color-1 {
color: #00d0ff;
}
.color-2 {
color: #a1e2e8;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #7e3d99;
}

/* CSS Variables */
:root {
--color-1: #00d0ff;
--color-2: #a1e2e8;
--color-3: #f6b83c;
--color-4: #ff6e61;
--color-5: #7e3d99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00d0ff, #a1e2e8, #f6b83c, #ff6e61, #7e3d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00d0ff, #a1e2e8, #f6b83c, #ff6e61, #7e3d99);
}

Blue Sonic color palette created on .