Retro Romance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Retro Romance palette
Retro Romance カラーパレット CSS
/* CSS */
.color-1 {
color: #d3a7b2;
}
.color-2 {
color: #ddb0b6;
}
.color-3 {
color: #e9bec5;
}
.color-4 {
color: #f4cdd3;
}
.color-5 {
color: #fbe4df;
}
/* CSS Variables */
:root {
--color-1: #d3a7b2;
--color-2: #ddb0b6;
--color-3: #e9bec5;
--color-4: #f4cdd3;
--color-5: #fbe4df;
}
Retro Romance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a7b2, #ddb0b6, #e9bec5, #f4cdd3, #fbe4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a7b2, #ddb0b6, #e9bec5, #f4cdd3, #fbe4df);
}
似たようなカラーパレット
下にスクロールして200+個のピンクカラーパレットを探索しましょう
Retro Romance color palette created on .