Serene Meadow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Meadow palette
Serene Meadow カラーパレット CSS
/* CSS */
.color-1 {
color: #8fbc8f;
}
.color-2 {
color: #f6d0d0;
}
.color-3 {
color: #fbf8e4;
}
.color-4 {
color: #d3f3d3;
}
.color-5 {
color: #b2e0b2;
}
/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #f6d0d0;
--color-3: #fbf8e4;
--color-4: #d3f3d3;
--color-5: #b2e0b2;
}
Serene Meadow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #f6d0d0, #fbf8e4, #d3f3d3, #b2e0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #f6d0d0, #fbf8e4, #d3f3d3, #b2e0b2);
}
似たようなカラーパレット
Serene Meadow color palette created on .