Whispers of Rue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Rue palette
Whispers of Rue カラーパレット CSS
/* CSS */
.color-1 {
color: #7b9bc1;
}
.color-2 {
color: #a3d3e0;
}
.color-3 {
color: #f2c4ba;
}
.color-4 {
color: #e87d78;
}
.color-5 {
color: #d25b8f;
}
/* CSS Variables */
:root {
--color-1: #7b9bc1;
--color-2: #a3d3e0;
--color-3: #f2c4ba;
--color-4: #e87d78;
--color-5: #d25b8f;
}
Whispers of Rue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9bc1, #a3d3e0, #f2c4ba, #e87d78, #d25b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9bc1, #a3d3e0, #f2c4ba, #e87d78, #d25b8f);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Whispers of Rue color palette created on .