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