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