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