Sunset Jewel Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Jewel Tones palette
Sunset Jewel Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #f6a7ba;
}
.color-2 {
color: #f5d45c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #8a4900;
}
.color-5 {
color: #4e1d2b;
}
/* CSS Variables */
:root {
--color-1: #f6a7ba;
--color-2: #f5d45c;
--color-3: #f0a800;
--color-4: #8a4900;
--color-5: #4e1d2b;
}
Sunset Jewel Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7ba, #f5d45c, #f0a800, #8a4900, #4e1d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7ba, #f5d45c, #f0a800, #8a4900, #4e1d2b);
}
似たようなカラーパレット
下にスクロールして1000+個のエステティックカラーパレットを探索しましょう
Sunset Jewel Tones color palette created on .