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