Emerald Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Serenity palette

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

Emerald Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3bbf3b;
}
.color-2 {
color: #76d676;
}
.color-3 {
color: #a9e5a9;
}
.color-4 {
color: #d2f4d2;
}
.color-5 {
color: #def7de;
}

/* CSS Variables */
:root {
--color-1: #3bbf3b;
--color-2: #76d676;
--color-3: #a9e5a9;
--color-4: #d2f4d2;
--color-5: #def7de;
}

Emerald Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf3b, #76d676, #a9e5a9, #d2f4d2, #def7de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf3b, #76d676, #a9e5a9, #d2f4d2, #def7de);
}

Emerald Serenity color palette created on .