Serene Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Oasis palette
Serene Oasis カラーパレット (PNG) をダウンロード
Serene Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #83b9b9;
}
.color-2 {
color: #83c383;
}
.color-3 {
color: #a7d68f;
}
.color-4 {
color: #d6c39a;
}
.color-5 {
color: #b48d8d;
}
/* CSS Variables */
:root {
--color-1: #83b9b9;
--color-2: #83c383;
--color-3: #a7d68f;
--color-4: #d6c39a;
--color-5: #b48d8d;
}
Serene Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83b9b9, #83c383, #a7d68f, #d6c39a, #b48d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83b9b9, #83c383, #a7d68f, #d6c39a, #b48d8d);
}
似たようなカラーパレット
Serene Oasis color palette created on .