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