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