Mental Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mental Oasis palette

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

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

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

Mental Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #37be88;
}
.color-2 {
color: #6ed49a;
}
.color-3 {
color: #a1e2aa;
}
.color-4 {
color: #daece4;
}
.color-5 {
color: #eeb4c4;
}

/* CSS Variables */
:root {
--color-1: #37be88;
--color-2: #6ed49a;
--color-3: #a1e2aa;
--color-4: #daece4;
--color-5: #eeb4c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37be88, #6ed49a, #a1e2aa, #daece4, #eeb4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37be88, #6ed49a, #a1e2aa, #daece4, #eeb4c4);
}

Mental Oasis color palette created on .