Sunlit Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Oasis palette

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

Sunlit Oasis カラー パレット PNG 画像

Download sunlit oasis color palette PNG image (landscape)
Download sunlit oasis color palette PNG image (square)

Sunlit Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5e400;
}
.color-4 {
color: #6cc0e4;
}
.color-5 {
color: #a4d9e5;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5c400;
--color-3: #f5e400;
--color-4: #6cc0e4;
--color-5: #a4d9e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5c400, #f5e400, #6cc0e4, #a4d9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5c400, #f5e400, #6cc0e4, #a4d9e5);
}

Sunlit Oasis color palette created on .