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