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