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