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