Sonic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sonic palette

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

Sonic カラー パレット PNG 画像

Download sonic color palette PNG image (landscape)
Download sonic color palette PNG image (square)

Sonic カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #005d85;
}
.color-4 {
color: #003e6b;
}
.color-5 {
color: #001f4d;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0076a8;
--color-3: #005d85;
--color-4: #003e6b;
--color-5: #001f4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0076a8, #005d85, #003e6b, #001f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0076a8, #005d85, #003e6b, #001f4d);
}

Sonic color palette created on .