Root Beer Float カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Root Beer Float palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Root Beer Float カラーパレット (PNG) をダウンロード
Root Beer Float カラーパレット CSS
/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #e8c79b;
}
.color-3 {
color: #f3d69b;
}
.color-4 {
color: #d89c6e;
}
.color-5 {
color: #3a291d;
}
/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #e8c79b;
--color-3: #f3d69b;
--color-4: #d89c6e;
--color-5: #3a291d;
}
Root Beer Float の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #e8c79b, #f3d69b, #d89c6e, #3a291d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #e8c79b, #f3d69b, #d89c6e, #3a291d);
}
似たようなカラーパレット
Root Beer Float color palette created on .