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