Free Spirit カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Free Spirit palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Free Spirit カラーパレット (PNG) をダウンロード
Free Spirit カラーパレット CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #e5a4cc;
}
.color-3 {
color: #9263b6;
}
.color-4 {
color: #6c5b9a;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #e5a4cc;
--color-3: #9263b6;
--color-4: #6c5b9a;
--color-5: #ffffff;
}
Free Spirit の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #e5a4cc, #9263b6, #6c5b9a, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #e5a4cc, #9263b6, #6c5b9a, #ffffff);
}
似たようなカラーパレット
下にスクロールして1個のオレンジカラーパレットを探索しましょう
Free Spirit color palette created on .