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