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