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