Dreamweaver's Descent カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamweaver's Descent palette
Dreamweaver's Descent カラーパレット CSS
/* CSS */
.color-1 {
color: #4a3c8b;
}
.color-2 {
color: #8d6f9b;
}
.color-3 {
color: #e9aac1;
}
.color-4 {
color: #f4c95d;
}
.color-5 {
color: #dc4928;
}
/* CSS Variables */
:root {
--color-1: #4a3c8b;
--color-2: #8d6f9b;
--color-3: #e9aac1;
--color-4: #f4c95d;
--color-5: #dc4928;
}
Dreamweaver's Descent の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c8b, #8d6f9b, #e9aac1, #f4c95d, #dc4928);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c8b, #8d6f9b, #e9aac1, #f4c95d, #dc4928);
}
似たようなカラーパレット
- Shades of Green and Lavender
- Midnight Connection
- Shades of Blue
- Celestial Dreams
- Celestial Dreamscape
- Aerial Whispers
- Weird Purple
- Sunset Serenade
- Whimsical Horizon
- Sunset Orange
- Yellow Calendula
- Transylvanian Tapestry
- Sage Blue Harmony
- Shades of Navy
- Nordic Serenity
- Serene Waterscape
- Teal Ocean
- Dreamy Slumber Symphony
Dreamweaver's Descent color palette created on .