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