Whispers of Pearl カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Pearl palette
Whispers of Pearl カラーパレット CSS
/* CSS */
.color-1 {
color: #e0aeb6;
}
.color-2 {
color: #f8d7bf;
}
.color-3 {
color: #f8e8b4;
}
.color-4 {
color: #b7e1c2;
}
.color-5 {
color: #b2e5e6;
}
/* CSS Variables */
:root {
--color-1: #e0aeb6;
--color-2: #f8d7bf;
--color-3: #f8e8b4;
--color-4: #b7e1c2;
--color-5: #b2e5e6;
}
Whispers of Pearl の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0aeb6, #f8d7bf, #f8e8b4, #b7e1c2, #b2e5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0aeb6, #f8d7bf, #f8e8b4, #b7e1c2, #b2e5e6);
}
似たようなカラーパレット
Whispers of Pearl color palette created on .