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