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