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