Valorous Verdant カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Valorous Verdant palette

このパレットを共有する先:

Valorous Verdant カラーパレット CSS

/* CSS */
.color-1 {
color: #4e5421;
}
.color-2 {
color: #6b8f24;
}
.color-3 {
color: #8fbc8f;
}
.color-4 {
color: #c1d7d7;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #4e5421;
--color-2: #6b8f24;
--color-3: #8fbc8f;
--color-4: #c1d7d7;
--color-5: #f0e78e;
}

Valorous Verdant の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e5421, #6b8f24, #8fbc8f, #c1d7d7, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e5421, #6b8f24, #8fbc8f, #c1d7d7, #f0e78e);
}

似たようなカラーパレット

Valorous Verdant color palette created on .