Medieval Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Medieval Dream palette
Medieval Dream カラー パレット PNG 画像
Medieval Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #8a5da2;
}
.color-3 {
color: #c5a8c7;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #e0b2b9;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #8a5da2;
--color-3: #c5a8c7;
--color-4: #f3e8b4;
--color-5: #e0b2b9;
}
Medieval Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #8a5da2, #c5a8c7, #f3e8b4, #e0b2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #8a5da2, #c5a8c7, #f3e8b4, #e0b2b9);
}
似たようなカラーパレット
下にスクロールして6個の中世カラーパレットを探索しましょう
Medieval Dream color palette created on .