Free Spirit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Free Spirit palette

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

Free Spirit カラーパレット (PNG) をダウンロード

Download free spirit color palette PNG image (landscape)
Download free spirit color palette PNG image (square)

Free Spirit カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f5a18a;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d24b4b;
}
.color-5 {
color: #931b1b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f5a18a;
--color-3: #f76e6e;
--color-4: #d24b4b;
--color-5: #931b1b;
}

Free Spirit の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f5a18a, #f76e6e, #d24b4b, #931b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f5a18a, #f76e6e, #d24b4b, #931b1b);
}

Free Spirit color palette created on .