Swamp Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Swamp Serenity palette

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

Swamp Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #5b8c3b;
}
.color-3 {
color: #4c7d36;
}
.color-4 {
color: #3d6a29;
}
.color-5 {
color: #2d5a26;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #5b8c3b;
--color-3: #4c7d36;
--color-4: #3d6a29;
--color-5: #2d5a26;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #5b8c3b, #4c7d36, #3d6a29, #2d5a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #5b8c3b, #4c7d36, #3d6a29, #2d5a26);
}

Swamp Serenity color palette created on .