Verdant Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Reverie palette

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

Verdant Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #a4daa7;
}
.color-2 {
color: #6abe8d;
}
.color-3 {
color: #4b9b7d;
}
.color-4 {
color: #2f7f6b;
}
.color-5 {
color: #1a5b53;
}

/* CSS Variables */
:root {
--color-1: #a4daa7;
--color-2: #6abe8d;
--color-3: #4b9b7d;
--color-4: #2f7f6b;
--color-5: #1a5b53;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daa7, #6abe8d, #4b9b7d, #2f7f6b, #1a5b53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daa7, #6abe8d, #4b9b7d, #2f7f6b, #1a5b53);
}

Verdant Reverie color palette created on .