Crimson Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Forest palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Crimson Forest カラーパレット (PNG) をダウンロード
Crimson Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #080202;
}
.color-2 {
color: #77091b;
}
.color-3 {
color: #37060d;
}
.color-4 {
color: #4d0a0f;
}
.color-5 {
color: #913612;
}
/* CSS Variables */
:root {
--color-1: #080202;
--color-2: #77091b;
--color-3: #37060d;
--color-4: #4d0a0f;
--color-5: #913612;
}
Crimson Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080202, #77091b, #37060d, #4d0a0f, #913612);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080202, #77091b, #37060d, #4d0a0f, #913612);
}
似たようなカラーパレット
Crimson Forest color palette created on .