Neon Newbie Bash カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Neon Newbie Bash palette
Neon Newbie Bash カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #1c6cce;
}
.color-5 {
color: #6069e1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #1c6cce;
--color-5: #6069e1;
}
Neon Newbie Bash の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #88d8b0, #1c6cce, #6069e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #88d8b0, #1c6cce, #6069e1);
}
似たようなカラーパレット
- Sugar Coated Spectrum
- Rotten Pink Shades
- Sweet Blossom Whimsy
- Purple Moonlight
- Whimsical Creamsicle Dream
- Vibrant Orange
- Celestial Blossom
- Chocolate Crunch Delight
- Pink Strawberry Shortcake
- Light Pink
- Orange Vanilla Dream
- Pink Love
- Pink Dream
- Pink Shades
- Blue Sonic
- Lavender Dreamscape
- Orange and Black Harmony
- Pink Confusion
Neon Newbie Bash color palette created on .