Adventure カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Adventure palette
Adventure カラーパレット CSS
/* CSS */
.color-1 {
color: #a09537;
}
.color-2 {
color: #f2937d;
}
.color-3 {
color: #b52635;
}
.color-4 {
color: #687dac;
}
.color-5 {
color: #eab22e;
}
/* CSS Variables */
:root {
--color-1: #a09537;
--color-2: #f2937d;
--color-3: #b52635;
--color-4: #687dac;
--color-5: #eab22e;
}
Adventure の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a09537, #f2937d, #b52635, #687dac, #eab22e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a09537, #f2937d, #b52635, #687dac, #eab22e);
}
似たようなカラーパレット
- Rose Gold Elegance
- Revolutionary Earthtones
- Tropical Serenade
- Tropical Serenade
- Tropical Mirage
- Sophisticated Pink
- Sunset Serenade
- Sunrise Serenade
- Cinematic Glamour
- Exotic Orange
- Bright Yellow
- Sunset Serenade
- Vibrant Yellow
- Sunset Serenade
- Warm Coral
- Golden Ember Serenade
- Cocoa Blossom Dream
- Nicole's Sunset Serenade
Adventure color palette created on .