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