Orange and Purple Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange and Purple Delight palette
Orange and Purple Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #d29f28;
}
.color-2 {
color: #6b4fba;
}
.color-3 {
color: #f27d8d;
}
.color-4 {
color: #e3b93b;
}
.color-5 {
color: #c04939;
}
/* CSS Variables */
:root {
--color-1: #d29f28;
--color-2: #6b4fba;
--color-3: #f27d8d;
--color-4: #e3b93b;
--color-5: #c04939;
}
Orange and Purple Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d29f28, #6b4fba, #f27d8d, #e3b93b, #c04939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d29f28, #6b4fba, #f27d8d, #e3b93b, #c04939);
}
似たようなカラーパレット
下にスクロールして200+個のアンバーカラーパレットを探索しましょう
Orange and Purple Delight color palette created on .