Minty Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Minty Oasis palette
Minty Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #a9e0d4;
}
.color-2 {
color: #7dd4c4;
}
.color-3 {
color: #5bc8b2;
}
.color-4 {
color: #3eb6a0;
}
.color-5 {
color: #28a99f;
}
/* CSS Variables */
:root {
--color-1: #a9e0d4;
--color-2: #7dd4c4;
--color-3: #5bc8b2;
--color-4: #3eb6a0;
--color-5: #28a99f;
}
Minty Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d4, #7dd4c4, #5bc8b2, #3eb6a0, #28a99f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d4, #7dd4c4, #5bc8b2, #3eb6a0, #28a99f);
}
似たようなカラーパレット
Minty Oasis color palette created on .