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