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