Rainbow Dash カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rainbow Dash palette
Rainbow Dash カラー パレット PNG 画像
Rainbow Dash カラーパレット CSS
/* CSS */
.color-1 {
color: #6db5d0;
}
.color-2 {
color: #d19d85;
}
.color-3 {
color: #cbbe76;
}
.color-4 {
color: #ce78ac;
}
.color-5 {
color: #654686;
}
/* CSS Variables */
:root {
--color-1: #6db5d0;
--color-2: #d19d85;
--color-3: #cbbe76;
--color-4: #ce78ac;
--color-5: #654686;
}
Rainbow Dash の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6db5d0, #d19d85, #cbbe76, #ce78ac, #654686);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6db5d0, #d19d85, #cbbe76, #ce78ac, #654686);
}
似たようなカラーパレット
下にスクロールして4個のアクアカラーパレットを探索しましょう
Rainbow Dash color palette created on .