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