Sunset Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Oasis palette

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

Sunset Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #e23c3c;
}
.color-2 {
color: #f0a70a;
}
.color-3 {
color: #f8d04f;
}
.color-4 {
color: #a4d6d4;
}
.color-5 {
color: #4abf77;
}

/* CSS Variables */
:root {
--color-1: #e23c3c;
--color-2: #f0a70a;
--color-3: #f8d04f;
--color-4: #a4d6d4;
--color-5: #4abf77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e23c3c, #f0a70a, #f8d04f, #a4d6d4, #4abf77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e23c3c, #f0a70a, #f8d04f, #a4d6d4, #4abf77);
}

Sunset Oasis color palette created on .