Clyde's Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Clyde's Dreamscape palette
Clyde's Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #66b6e1;
}
.color-2 {
color: #a0d4e9;
}
.color-3 {
color: #f8caa5;
}
.color-4 {
color: #f28c8e;
}
.color-5 {
color: #f45d7e;
}
/* CSS Variables */
:root {
--color-1: #66b6e1;
--color-2: #a0d4e9;
--color-3: #f8caa5;
--color-4: #f28c8e;
--color-5: #f45d7e;
}
Clyde's Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b6e1, #a0d4e9, #f8caa5, #f28c8e, #f45d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b6e1, #a0d4e9, #f8caa5, #f28c8e, #f45d7e);
}
似たようなカラーパレット
Clyde's Dreamscape color palette created on .