Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #6ebf8a;
}
.color-2 {
color: #3c9cdd;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #e4e77e;
}
/* CSS Variables */
:root {
--color-1: #6ebf8a;
--color-2: #3c9cdd;
--color-3: #f8c572;
--color-4: #f1a8a2;
--color-5: #e4e77e;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8a, #3c9cdd, #f8c572, #f1a8a2, #e4e77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8a, #3c9cdd, #f8c572, #f1a8a2, #e4e77e);
}
似たようなカラーパレット
- Festive Wonderland
- Red Sunset
- Kaleidoscope Whimsy
- Sunset Serenade
- Samuel's Serenade
- Cartographic Dreams
- Soft Green
- Shades of Green and Blue
- Vibrant Orange
- Arthur's Garden
- Shades of Blue
- Shades of Coral
- Shades of Pink and Blue
- Sunshine Symphony
- Shades of Pink and Blue
- Serene Sunrise
- Whimsical Serenity
- Cybernetic Fusion
Shades of Blue color palette created on .