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