Minted Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Minted Oasis palette

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

Minted Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #a4e5d8;
}
.color-2 {
color: #7ed3b2;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #26a699;
}
.color-5 {
color: #007a6c;
}

/* CSS Variables */
:root {
--color-1: #a4e5d8;
--color-2: #7ed3b2;
--color-3: #4eb7ac;
--color-4: #26a699;
--color-5: #007a6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4e5d8, #7ed3b2, #4eb7ac, #26a699, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4e5d8, #7ed3b2, #4eb7ac, #26a699, #007a6c);
}

Minted Oasis color palette created on .