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