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