Emerald Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Serenity palette

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

Emerald Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #aad8a2;
}
.color-2 {
color: #8bcb8b;
}
.color-3 {
color: #66b780;
}
.color-4 {
color: #3c9a6a;
}
.color-5 {
color: #1b8d58;
}

/* CSS Variables */
:root {
--color-1: #aad8a2;
--color-2: #8bcb8b;
--color-3: #66b780;
--color-4: #3c9a6a;
--color-5: #1b8d58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad8a2, #8bcb8b, #66b780, #3c9a6a, #1b8d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad8a2, #8bcb8b, #66b780, #3c9a6a, #1b8d58);
}

Emerald Serenity color palette created on .