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