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