Mint Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mint Oasis palette
Mint Oasis カラー パレット PNG 画像
Mint Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #3bbf86;
}
.color-2 {
color: #5ed9a0;
}
.color-3 {
color: #8ae0b1;
}
.color-4 {
color: #a2e6c0;
}
.color-5 {
color: #d0f6e4;
}
/* CSS Variables */
:root {
--color-1: #3bbf86;
--color-2: #5ed9a0;
--color-3: #8ae0b1;
--color-4: #a2e6c0;
--color-5: #d0f6e4;
}
Mint Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf86, #5ed9a0, #8ae0b1, #a2e6c0, #d0f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf86, #5ed9a0, #8ae0b1, #a2e6c0, #d0f6e4);
}
似たようなカラーパレット
Mint Oasis color palette created on .