Mountain Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mountain Serenity palette

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

Mountain Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d6e3c0;
}
.color-2 {
color: #b1d8d8;
}
.color-3 {
color: #75c2e1;
}
.color-4 {
color: #5194e6;
}
.color-5 {
color: #1d5a9a;
}

/* CSS Variables */
:root {
--color-1: #d6e3c0;
--color-2: #b1d8d8;
--color-3: #75c2e1;
--color-4: #5194e6;
--color-5: #1d5a9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e3c0, #b1d8d8, #75c2e1, #5194e6, #1d5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e3c0, #b1d8d8, #75c2e1, #5194e6, #1d5a9a);
}

Mountain Serenity color palette created on .