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