Loading...

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: #0096d1;
}
.color-2 {
color: #62d1e4;
}
.color-3 {
color: #e8d29c;
}
.color-4 {
color: #ea75ac;
}
.color-5 {
color: #b8006e;
}

/* CSS Variables */
:root {
--color-1: #0096d1;
--color-2: #62d1e4;
--color-3: #e8d29c;
--color-4: #ea75ac;
--color-5: #b8006e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d1, #62d1e4, #e8d29c, #ea75ac, #b8006e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d1, #62d1e4, #e8d29c, #ea75ac, #b8006e);
}

Sonic color palette created on .