Serenity in Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity in Green palette
Serenity in Green カラーパレット CSS
/* CSS */
.color-1 {
color: #dff6e6;
}
.color-2 {
color: #a3d1c2;
}
.color-3 {
color: #5abf9d;
}
.color-4 {
color: #3a8d7b;
}
.color-5 {
color: #2c6d59;
}
/* CSS Variables */
:root {
--color-1: #dff6e6;
--color-2: #a3d1c2;
--color-3: #5abf9d;
--color-4: #3a8d7b;
--color-5: #2c6d59;
}
Serenity in Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dff6e6, #a3d1c2, #5abf9d, #3a8d7b, #2c6d59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dff6e6, #a3d1c2, #5abf9d, #3a8d7b, #2c6d59);
}
似たようなカラーパレット
Serenity in Green color palette created on .