Serene Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Garden palette

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

Serene Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #78c486;
}
.color-2 {
color: #a2d8b6;
}
.color-3 {
color: #d7e5da;
}
.color-4 {
color: #f2f4e1;
}
.color-5 {
color: #f9d3a4;
}

/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #a2d8b6;
--color-3: #d7e5da;
--color-4: #f2f4e1;
--color-5: #f9d3a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}

Serene Garden color palette created on .