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: #f6a7b0;
}
.color-2 {
color: #f3c9e0;
}
.color-3 {
color: #d1e4f0;
}
.color-4 {
color: #a7e7df;
}
.color-5 {
color: #f8d8a0;
}

/* CSS Variables */
:root {
--color-1: #f6a7b0;
--color-2: #f3c9e0;
--color-3: #d1e4f0;
--color-4: #a7e7df;
--color-5: #f8d8a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b0, #f3c9e0, #d1e4f0, #a7e7df, #f8d8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b0, #f3c9e0, #d1e4f0, #a7e7df, #f8d8a0);
}

Unicorn color palette created on .