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