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