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