Sunlit Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Oasis palette

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

Sunlit Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a55b;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9e74e;
}
.color-4 {
color: #4ec1b5;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #e6a55b;
--color-2: #f9c54e;
--color-3: #f9e74e;
--color-4: #4ec1b5;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a55b, #f9c54e, #f9e74e, #4ec1b5, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a55b, #f9c54e, #f9e74e, #4ec1b5, #2a9d90);
}

Sunlit Oasis color palette created on .