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