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