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