Whispers of the Maw カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of the Maw palette
Whispers of the Maw カラーパレット CSS
/* CSS */
.color-1 {
color: #9c6f9f;
}
.color-2 {
color: #b48ac7;
}
.color-3 {
color: #f2d4e1;
}
.color-4 {
color: #fbc2a7;
}
.color-5 {
color: #e8a67d;
}
/* CSS Variables */
:root {
--color-1: #9c6f9f;
--color-2: #b48ac7;
--color-3: #f2d4e1;
--color-4: #fbc2a7;
--color-5: #e8a67d;
}
Whispers of the Maw の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Whispers of the Maw color palette created on .