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