Purple Flutter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Flutter palette
Purple Flutter カラーパレット CSS
/* CSS */
.color-1 {
color: #efe4f6;
}
.color-2 {
color: #d4c1e7;
}
.color-3 {
color: #b8a4d5;
}
.color-4 {
color: #9d7dc5;
}
.color-5 {
color: #8056a4;
}
/* CSS Variables */
:root {
--color-1: #efe4f6;
--color-2: #d4c1e7;
--color-3: #b8a4d5;
--color-4: #9d7dc5;
--color-5: #8056a4;
}
Purple Flutter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4f6, #d4c1e7, #b8a4d5, #9d7dc5, #8056a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4f6, #d4c1e7, #b8a4d5, #9d7dc5, #8056a4);
}
似たようなカラーパレット
- Lavender Dreamscape
- Moonlit Blue
- Purple Butterfly
- Pastel Blue Pink Purple
- Purple Mystery
- Bright Purple
- Shades of Purple
- Purple Enchantment
- Whimsical Blossoms
- Whispers of Lilac
- Lavender Dreamscape
- Mystic Twilight
- Crimson Enchantment
- Mystical Orchid Dreams
- Celestial Abyss
- Violet Whispers
- Mystical Persian Dreams
- Enchanted Meadow
Purple Flutter color palette created on .