Scarlet Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Scarlet Shades palette
Scarlet Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #9b3b5d;
}
.color-2 {
color: #d84f6d;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f0e2e0;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #9b3b5d;
--color-2: #d84f6d;
--color-3: #f5a524;
--color-4: #f0e2e0;
--color-5: #a3c7e0;
}
Scarlet Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b3b5d, #d84f6d, #f5a524, #f0e2e0, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b3b5d, #d84f6d, #f5a524, #f0e2e0, #a3c7e0);
}
似たようなカラーパレット
Scarlet Shades color palette created on .