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