Sunkissed Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunkissed Oasis palette

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

Sunkissed Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #ef6b06;
}
.color-2 {
color: #f4a20b;
}
.color-3 {
color: #f9df39;
}
.color-4 {
color: #c5e86d;
}
.color-5 {
color: #4bc9e2;
}

/* CSS Variables */
:root {
--color-1: #ef6b06;
--color-2: #f4a20b;
--color-3: #f9df39;
--color-4: #c5e86d;
--color-5: #4bc9e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef6b06, #f4a20b, #f9df39, #c5e86d, #4bc9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef6b06, #f4a20b, #f9df39, #c5e86d, #4bc9e2);
}

Sunkissed Oasis color palette created on .