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