Sunlit Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Oasis palette

このパレットを共有する先:

Sunlit Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #f5e400;
}
.color-4 {
color: #b7e1e0;
}
.color-5 {
color: #5ea6a1;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5c800;
--color-3: #f5e400;
--color-4: #b7e1e0;
--color-5: #5ea6a1;
}

Sunlit Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5c800, #f5e400, #b7e1e0, #5ea6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5c800, #f5e400, #b7e1e0, #5ea6a1);
}

Sunlit Oasis color palette created on .