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