Mangrove Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mangrove Serenity palette

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

Mangrove Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3b18b;
}
.color-2 {
color: #6d8c4a;
}
.color-3 {
color: #3e6a8e;
}
.color-4 {
color: #4bb9a1;
}
.color-5 {
color: #e7caa7;
}

/* CSS Variables */
:root {
--color-1: #a3b18b;
--color-2: #6d8c4a;
--color-3: #3e6a8e;
--color-4: #4bb9a1;
--color-5: #e7caa7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b18b, #6d8c4a, #3e6a8e, #4bb9a1, #e7caa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b18b, #6d8c4a, #3e6a8e, #4bb9a1, #e7caa7);
}

Mangrove Serenity color palette created on .