Unicorn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Unicorn palette

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

Unicorn カラー パレット PNG 画像

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

Unicorn カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a1d3;
}
.color-2 {
color: #f8dfaa;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #8f70b2;
}
.color-5 {
color: #f25f95;
}

/* CSS Variables */
:root {
--color-1: #f2a1d3;
--color-2: #f8dfaa;
--color-3: #a3d4e0;
--color-4: #8f70b2;
--color-5: #f25f95;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1d3, #f8dfaa, #a3d4e0, #8f70b2, #f25f95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1d3, #f8dfaa, #a3d4e0, #8f70b2, #f25f95);
}

Unicorn color palette created on .