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