Jurassic Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Jurassic Vibes palette
Jurassic Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #7c2d2f;
}
.color-2 {
color: #a65e6c;
}
.color-3 {
color: #c19a8b;
}
.color-4 {
color: #d4b6a0;
}
.color-5 {
color: #f4e9e7;
}
/* CSS Variables */
:root {
--color-1: #7c2d2f;
--color-2: #a65e6c;
--color-3: #c19a8b;
--color-4: #d4b6a0;
--color-5: #f4e9e7;
}
Jurassic Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d2f, #a65e6c, #c19a8b, #d4b6a0, #f4e9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d2f, #a65e6c, #c19a8b, #d4b6a0, #f4e9e7);
}
似たようなカラーパレット
下にスクロールして1個のバーガンディカラーパレットを探索しましょう
Jurassic Vibes color palette created on .