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