ジュエリー カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with ジュエリー palette
ジュエリー カラーパレット CSS
/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d57b9b;
}
.color-4 {
color: #a86fbe;
}
.color-5 {
color: #605b9f;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e9b79f;
--color-3: #d57b9b;
--color-4: #a86fbe;
--color-5: #605b9f;
}
ジュエリー の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e9b79f, #d57b9b, #a86fbe, #605b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e9b79f, #d57b9b, #a86fbe, #605b9f);
}
似たようなカラーパレット
ジュエリー color palette created on .