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