Serene Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Harvest palette

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

Serene Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #f8edd8;
}
.color-2 {
color: #cc4824;
}
.color-3 {
color: #f1bf4b;
}
.color-4 {
color: #32713a;
}
.color-5 {
color: #fff1d6;
}

/* CSS Variables */
:root {
--color-1: #f8edd8;
--color-2: #cc4824;
--color-3: #f1bf4b;
--color-4: #32713a;
--color-5: #fff1d6;
}

Serene Harvest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8edd8, #cc4824, #f1bf4b, #32713a, #fff1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8edd8, #cc4824, #f1bf4b, #32713a, #fff1d6);
}

Serene Harvest color palette created on .