Verdant Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Echoes palette

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

Verdant Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b342;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #2e6b50;
}
.color-4 {
color: #193d4d;
}
.color-5 {
color: #2e1a47;
}

/* CSS Variables */
:root {
--color-1: #f5b342;
--color-2: #4cae4f;
--color-3: #2e6b50;
--color-4: #193d4d;
--color-5: #2e1a47;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b342, #4cae4f, #2e6b50, #193d4d, #2e1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b342, #4cae4f, #2e6b50, #193d4d, #2e1a47);
}

Verdant Echoes color palette created on .