Rustic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Serenity palette

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

Rustic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #87a69e;
}
.color-2 {
color: #b1c4b1;
}
.color-3 {
color: #d3b8b1;
}
.color-4 {
color: #c65d5d;
}
.color-5 {
color: #798b79;
}

/* CSS Variables */
:root {
--color-1: #87a69e;
--color-2: #b1c4b1;
--color-3: #d3b8b1;
--color-4: #c65d5d;
--color-5: #798b79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #87a69e, #b1c4b1, #d3b8b1, #c65d5d, #798b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #87a69e, #b1c4b1, #d3b8b1, #c65d5d, #798b79);
}

Rustic Serenity color palette created on .