Rainbow Dash カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rainbow Dash palette
Rainbow Dash カラー パレット PNG 画像
Rainbow Dash カラーパレット CSS
/* CSS */
.color-1 {
color: #1f9dbd;
}
.color-2 {
color: #f6e7a7;
}
.color-3 {
color: #f29e4a;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #b054a5;
}
/* CSS Variables */
:root {
--color-1: #1f9dbd;
--color-2: #f6e7a7;
--color-3: #f29e4a;
--color-4: #e76e50;
--color-5: #b054a5;
}
Rainbow Dash の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9dbd, #f6e7a7, #f29e4a, #e76e50, #b054a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9dbd, #f6e7a7, #f29e4a, #e76e50, #b054a5);
}
似たようなカラーパレット
Rainbow Dash color palette created on .