Enchanted Sorcery カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Enchanted Sorcery palette
Enchanted Sorcery カラーパレット CSS
/* CSS */
.color-1 {
color: #4a3b59;
}
.color-2 {
color: #7b5991;
}
.color-3 {
color: #ab8cb5;
}
.color-4 {
color: #d4a0c3;
}
.color-5 {
color: #f2d9e8;
}
/* CSS Variables */
:root {
--color-1: #4a3b59;
--color-2: #7b5991;
--color-3: #ab8cb5;
--color-4: #d4a0c3;
--color-5: #f2d9e8;
}
Enchanted Sorcery の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b59, #7b5991, #ab8cb5, #d4a0c3, #f2d9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b59, #7b5991, #ab8cb5, #d4a0c3, #f2d9e8);
}
似たようなカラーパレット
下にスクロールして800+個のエステティックカラーパレットを探索しましょう
Enchanted Sorcery color palette created on .