Emerald Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Emerald Serenity palette
Emerald Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #2ecc70;
}
.color-2 {
color: #28af60;
}
.color-3 {
color: #16a286;
}
.color-4 {
color: #1abc9c;
}
.color-5 {
color: #3ed0b1;
}
/* CSS Variables */
:root {
--color-1: #2ecc70;
--color-2: #28af60;
--color-3: #16a286;
--color-4: #1abc9c;
--color-5: #3ed0b1;
}
Emerald Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ecc70, #28af60, #16a286, #1abc9c, #3ed0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ecc70, #28af60, #16a286, #1abc9c, #3ed0b1);
}
似たようなカラーパレット
下にスクロールして400+個の緑カラーパレットを探索しましょう
Emerald Serenity color palette created on .