Sunlit Sagebrush Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Sagebrush Serenade palette

このパレットを共有する先:

Sunlit Sagebrush Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdfa8;
}
.color-2 {
color: #ffec1a;
}
.color-3 {
color: #ceff47;
}
.color-4 {
color: #ff2b0a;
}
.color-5 {
color: #f04800;
}

/* CSS Variables */
:root {
--color-1: #ffdfa8;
--color-2: #ffec1a;
--color-3: #ceff47;
--color-4: #ff2b0a;
--color-5: #f04800;
}

Sunlit Sagebrush Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdfa8, #ffec1a, #ceff47, #ff2b0a, #f04800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdfa8, #ffec1a, #ceff47, #ff2b0a, #f04800);
}

Sunlit Sagebrush Serenade color palette created on .