Serene Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Oasis palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Serene Oasis カラーパレット (PNG) をダウンロード
Serene Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #bfdfd5;
}
.color-3 {
color: #fcd2b6;
}
.color-4 {
color: #abbfbf;
}
.color-5 {
color: #75747b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #bfdfd5;
--color-3: #fcd2b6;
--color-4: #abbfbf;
--color-5: #75747b;
}
Serene Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #bfdfd5, #fcd2b6, #abbfbf, #75747b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #bfdfd5, #fcd2b6, #abbfbf, #75747b);
}
似たようなカラーパレット
Serene Oasis color palette created on .