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