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