Robin's Egg Blue Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Robin's Egg Blue Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Robin's Egg Blue Shades カラーパレット (PNG) をダウンロード
Robin's Egg Blue Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #004747;
}
.color-2 {
color: #0c4545;
}
.color-3 {
color: #124545;
}
.color-4 {
color: #185858;
}
.color-5 {
color: #581d1d;
}
/* CSS Variables */
:root {
--color-1: #004747;
--color-2: #0c4545;
--color-3: #124545;
--color-4: #185858;
--color-5: #581d1d;
}
Robin's Egg Blue Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004747, #0c4545, #124545, #185858, #581d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004747, #0c4545, #124545, #185858, #581d1d);
}
似たようなカラーパレット
Robin's Egg Blue Shades color palette created on .