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