Mangrove Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mangrove Serenity palette

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

Mangrove Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #bdcda2;
}
.color-2 {
color: #639270;
}
.color-3 {
color: #6f7eb8;
}
.color-4 {
color: #a77f44;
}
.color-5 {
color: #d0b79a;
}

/* CSS Variables */
:root {
--color-1: #bdcda2;
--color-2: #639270;
--color-3: #6f7eb8;
--color-4: #a77f44;
--color-5: #d0b79a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdcda2, #639270, #6f7eb8, #a77f44, #d0b79a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdcda2, #639270, #6f7eb8, #a77f44, #d0b79a);
}

Mangrove Serenity color palette created on .