Untamed Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Untamed Oasis palette

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

Untamed Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #5b8b7b;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f1eab1;
}
.color-4 {
color: #ebaf84;
}
.color-5 {
color: #d85d4f;
}

/* CSS Variables */
:root {
--color-1: #5b8b7b;
--color-2: #a7d7b8;
--color-3: #f1eab1;
--color-4: #ebaf84;
--color-5: #d85d4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7b, #a7d7b8, #f1eab1, #ebaf84, #d85d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7b, #a7d7b8, #f1eab1, #ebaf84, #d85d4f);
}

Untamed Oasis color palette created on .