Liberty Tricolor カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Liberty Tricolor palette
Liberty Tricolor カラーパレット CSS
/* CSS */
.color-1 {
color: #0054a3;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #ef4134;
}
.color-4 {
color: #f7d259;
}
.color-5 {
color: #002d70;
}
/* CSS Variables */
:root {
--color-1: #0054a3;
--color-2: #ffffff;
--color-3: #ef4134;
--color-4: #f7d259;
--color-5: #002d70;
}
Liberty Tricolor の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0054a3, #ffffff, #ef4134, #f7d259, #002d70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0054a3, #ffffff, #ef4134, #f7d259, #002d70);
}
似たようなカラーパレット
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
- Serene Skies at Dusk
- Shades of Blue
- Cool Jazz Harmony
- Blue Chance
Liberty Tricolor color palette created on .