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