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